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 VertexComputeKey
VertexComputeKey. 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()
TheElement
properties 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()
-
Uses of VertexComputeKey in org.apache.tinkerpop.gremlin.process.computer.util
Method parameters in org.apache.tinkerpop.gremlin.process.computer.util with type arguments of type VertexComputeKey Modifier and Type Method Description static boolean
VertexProgramHelper. 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.map
Methods 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.computer
Fields in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type parameters of type VertexComputeKey Modifier and Type Field Description protected Map<String,VertexComputeKey>
TinkerGraphComputerView. computeKeys
Constructor 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.structure
Method parameters in org.apache.tinkerpop.gremlin.tinkergraph.structure with type arguments of type VertexComputeKey Modifier and Type Method Description static TinkerGraphComputerView
TinkerHelper. createGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys)
-