Uses of Class
org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey
- 
- 
Uses of VertexComputeKey in org.apache.tinkerpop.gremlin.process.computerMethods 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 Set<VertexComputeKey>GraphComputerTest.MultiScopeVertexProgram. getVertexComputeKeys()Set<VertexComputeKey>GraphComputerTest.MultiScopeVertexWithEdgeFunctionProgram. getVertexComputeKeys()Set<VertexComputeKey>GraphComputerTest.VertexProgramF. getVertexComputeKeys()Set<VertexComputeKey>GraphComputerTest.VertexProgramH. getVertexComputeKeys()Set<VertexComputeKey>GraphComputerTest.VertexProgramK. getVertexComputeKeys()default Set<VertexComputeKey>VertexProgram. getVertexComputeKeys()TheElementproperties that will be mutated during the computation.
- 
Uses of VertexComputeKey in org.apache.tinkerpop.gremlin.process.computer.clustering.connectedMethods 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.peerpressureMethods 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.pagerankMethods 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.pathMethods 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.traversalMethods 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()
- 
Uses of VertexComputeKey in org.apache.tinkerpop.gremlin.process.computer.utilMethod parameters in org.apache.tinkerpop.gremlin.process.computer.util with type arguments of type VertexComputeKey Modifier and Type Method Description static booleanVertexProgramHelper. isTransientVertexComputeKey(String key, Set<VertexComputeKey> vertexComputeKeySet)static String[]VertexProgramHelper. vertexComputeKeysAsArray(Set<VertexComputeKey> vertexComputeKeySet)static Set<String>VertexProgramHelper. vertexComputeKeysAsSet(Set<VertexComputeKey> vertexComputeKeySet)
- 
Uses of VertexComputeKey in org.apache.tinkerpop.gremlin.process.traversal.step.mapMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return types with arguments of type VertexComputeKey Modifier and Type Method Description Set<VertexComputeKey>ProgramTest.TestProgram. getVertexComputeKeys()
- 
Uses of VertexComputeKey in org.apache.tinkerpop.gremlin.tinkergraph.process.computerFields in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type parameters of type VertexComputeKey Modifier and Type Field Description protected Map<String,VertexComputeKey>TinkerGraphComputerView. computeKeysConstructor parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type VertexComputeKey Constructor Description TinkerGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys)
- 
Uses of VertexComputeKey in org.apache.tinkerpop.gremlin.tinkergraph.structureMethod parameters in org.apache.tinkerpop.gremlin.tinkergraph.structure with type arguments of type VertexComputeKey Modifier and Type Method Description static TinkerGraphComputerViewTinkerHelper. createGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys)
 
-