Uses of Class
org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey
-
-
Uses of VertexComputeKey in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return VertexComputeKey Modifier and Type Method Description static VertexComputeKeyVertexComputeKey. of(String key, boolean isTransient)Methods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type VertexComputeKey Modifier and Type Method Description default Set<VertexComputeKey>VertexProgram. getVertexComputeKeys()TheElementproperties that will be mutated during the computation. -
Uses of VertexComputeKey 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 VertexComputeKey Modifier and Type Method Description Set<VertexComputeKey>ConnectedComponentVertexProgram. getVertexComputeKeys() -
Uses of VertexComputeKey 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 VertexComputeKey Modifier and Type Method Description Set<VertexComputeKey>PeerPressureVertexProgram. getVertexComputeKeys() -
Uses of VertexComputeKey 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 VertexComputeKey Modifier and Type Method Description Set<VertexComputeKey>PageRankVertexProgram. getVertexComputeKeys() -
Uses of VertexComputeKey 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 VertexComputeKey Modifier and Type Method Description Set<VertexComputeKey>ShortestPathVertexProgram. getVertexComputeKeys() -
Uses of VertexComputeKey in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal that return types with arguments of type VertexComputeKey Modifier and Type Method Description Set<VertexComputeKey>TraversalVertexProgram. getVertexComputeKeys()
-