Uses of Class
org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey
Packages that use VertexComputeKey
Package
Description
-
Uses of VertexComputeKey in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return VertexComputeKeyMethods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type VertexComputeKeyModifier and TypeMethodDescriptionGraphComputerTest.MultiScopeVertexProgram.getVertexComputeKeys()GraphComputerTest.MultiScopeVertexWithEdgeFunctionProgram.getVertexComputeKeys()GraphComputerTest.VertexProgramF.getVertexComputeKeys()GraphComputerTest.VertexProgramH.getVertexComputeKeys()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.connected
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.connected that return types with arguments of type VertexComputeKey -
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 -
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 -
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 -
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 -
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 VertexComputeKeyModifier and TypeMethodDescriptionstatic booleanVertexProgramHelper.isTransientVertexComputeKey(String key, Set<VertexComputeKey> vertexComputeKeySet) static String[]VertexProgramHelper.vertexComputeKeysAsArray(Set<VertexComputeKey> vertexComputeKeySet) 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 -
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 VertexComputeKeyModifier and TypeFieldDescriptionprotected final Map<String,VertexComputeKey> TinkerGraphComputerView.computeKeysConstructor parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type VertexComputeKeyModifierConstructorDescriptionTinkerGraphComputerView(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 VertexComputeKeyModifier and TypeMethodDescriptionstatic TinkerGraphComputerViewTinkerHelper.createGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys)