Uses of Class
org.apache.tinkerpop.gremlin.process.computer.MemoryComputeKey
-
-
Uses of MemoryComputeKey in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return MemoryComputeKey Modifier and Type Method Description MemoryComputeKey<A>MemoryComputeKey. clone()static <A> MemoryComputeKey<A>MemoryComputeKey. of(String key, BinaryOperator<A> reducer, boolean isBroadcast, boolean isTransient)Methods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type MemoryComputeKey Modifier and Type Method Description default Set<MemoryComputeKey>VertexProgram. getMemoryComputeKeys()TheMemorykeys that will be used during the computation. -
Uses of MemoryComputeKey in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.connected that return types with arguments of type MemoryComputeKey Modifier and Type Method Description Set<MemoryComputeKey>ConnectedComponentVertexProgram. getMemoryComputeKeys() -
Uses of MemoryComputeKey in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure that return types with arguments of type MemoryComputeKey Modifier and Type Method Description Set<MemoryComputeKey>PeerPressureVertexProgram. getMemoryComputeKeys() -
Uses of MemoryComputeKey in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Methods in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank that return types with arguments of type MemoryComputeKey Modifier and Type Method Description Set<MemoryComputeKey>PageRankVertexProgram. getMemoryComputeKeys() -
Uses of MemoryComputeKey in org.apache.tinkerpop.gremlin.process.computer.search.path
Methods in org.apache.tinkerpop.gremlin.process.computer.search.path that return types with arguments of type MemoryComputeKey Modifier and Type Method Description Set<MemoryComputeKey>ShortestPathVertexProgram. getMemoryComputeKeys() -
Uses of MemoryComputeKey in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal that return types with arguments of type MemoryComputeKey Modifier and Type Method Description Set<MemoryComputeKey>TraversalVertexProgram. getMemoryComputeKeys()
-