Uses of Interface
org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type VertexProgram Modifier and Type Method Description default CredentialTraversal<S,E>
CredentialTraversal. program(VertexProgram<?> vertexProgram)
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer
Classes in org.apache.tinkerpop.gremlin.process.computer that implement VertexProgram Modifier and Type Class Description static class
GraphComputerTest.MultiScopeVertexProgram
static class
GraphComputerTest.MultiScopeVertexWithEdgeFunctionProgram
static class
GraphComputerTest.VertexProgramA
static class
GraphComputerTest.VertexProgramB
static class
GraphComputerTest.VertexProgramC
static class
GraphComputerTest.VertexProgramD
static class
GraphComputerTest.VertexProgramE
static class
GraphComputerTest.VertexProgramF
static class
GraphComputerTest.VertexProgramG
static class
GraphComputerTest.VertexProgramH
static class
GraphComputerTest.VertexProgramI
static class
GraphComputerTest.VertexProgramJ
static class
GraphComputerTest.VertexProgramK
static class
GraphComputerTest.VertexProgramL
static class
GraphComputerTest.VertexProgramM
Methods in org.apache.tinkerpop.gremlin.process.computer with type parameters of type VertexProgram Modifier and Type Method Description default <P extends VertexProgram>
PVertexProgram.Builder. create()
<P extends VertexProgram>
PVertexProgram.Builder. create(Graph graph)
static <V extends VertexProgram>
VVertexProgram. createVertexProgram(Graph graph, org.apache.commons.configuration2.Configuration configuration)
A helper method to construct aVertexProgram
given the content of the supplied configuration.Methods in org.apache.tinkerpop.gremlin.process.computer that return VertexProgram Modifier and Type Method Description VertexProgram<M>
VertexProgram. clone()
When multiple workers on a single machine need VertexProgram instances, it is possible to use clone.Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type VertexProgram Modifier and Type Method Description GraphComputer
GraphComputer. program(VertexProgram vertexProgram)
Set theVertexProgram
to be executed by theGraphComputer
.GraphComputer
GraphComputerTest.BadGraphComputer. program(VertexProgram vertexProgram)
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.clone
Classes in org.apache.tinkerpop.gremlin.process.computer.clone that implement VertexProgram Modifier and Type Class Description class
CloneVertexProgram
Methods in org.apache.tinkerpop.gremlin.process.computer.clone that return VertexProgram Modifier and Type Method Description VertexProgram<org.javatuples.Tuple>
CloneVertexProgram. clone()
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Classes in org.apache.tinkerpop.gremlin.process.computer.clustering.connected that implement VertexProgram Modifier and Type Class Description class
ConnectedComponentVertexProgram
Identifies "Connected Component" instances in a graph by assigning a component identifier (the lexicographically least string value of the vertex in the component) to each vertex. -
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Classes in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure that implement VertexProgram Modifier and Type Class Description class
PeerPressureVertexProgram
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Classes in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank that implement VertexProgram Modifier and Type Class Description class
PageRankVertexProgram
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.search.path
Classes in org.apache.tinkerpop.gremlin.process.computer.search.path that implement VertexProgram Modifier and Type Class Description class
ShortestPathVertexProgram
Methods in org.apache.tinkerpop.gremlin.process.computer.search.path that return VertexProgram Modifier and Type Method Description VertexProgram<org.javatuples.Triplet<Path,Edge,Number>>
ShortestPathVertexProgram. clone()
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.traversal
Classes in org.apache.tinkerpop.gremlin.process.computer.traversal that implement VertexProgram Modifier and Type Class Description class
TraversalVertexProgram
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.step that return VertexProgram Modifier and Type Method Description VertexProgram
VertexComputing. generateProgram(Graph graph, Memory memory)
Generate theVertexProgram
. -
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map that return VertexProgram Modifier and Type Method Description VertexProgram
ProgramVertexProgramStep. generateProgram(Graph graph, Memory memory)
Constructors in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map with parameters of type VertexProgram Constructor Description ProgramVertexProgramStep(Traversal.Admin traversal, VertexProgram vertexProgram)
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy
Classes in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy with type parameters of type VertexProgram Modifier and Type Interface Description interface
VertexProgramInterceptor<V extends VertexProgram,G,M extends Memory>
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.util
Classes in org.apache.tinkerpop.gremlin.process.computer.util that implement VertexProgram Modifier and Type Class Description class
StaticVertexProgram<M>
Methods in org.apache.tinkerpop.gremlin.process.computer.util with type parameters of type VertexProgram Modifier and Type Method Description <P extends VertexProgram>
PAbstractVertexProgramBuilder. create(Graph graph)
Methods in org.apache.tinkerpop.gremlin.process.computer.util that return VertexProgram Modifier and Type Method Description VertexProgram
VertexProgramPool. take()
Methods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type VertexProgram Modifier and Type Method Description void
MapMemory. addVertexProgramMemoryComputeKeys(VertexProgram<?> vertexProgram)
void
VertexProgramPool. offer(VertexProgram<?> vertexProgram)
static void
GraphComputerHelper. validateProgramOnComputer(GraphComputer computer, VertexProgram vertexProgram)
static ComputerGraph.ComputerVertex
ComputerGraph. vertexProgram(Vertex starVertex, VertexProgram vertexProgram)
Method parameters in org.apache.tinkerpop.gremlin.process.computer.util with type arguments of type VertexProgram Modifier and Type Method Description static GraphComputer.Persist
GraphComputerHelper. getPersistState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.Persist> persist)
static GraphComputer.ResultGraph
GraphComputerHelper. getResultGraphState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.ResultGraph> resultGraph)
Constructors in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type VertexProgram Constructor Description VertexProgramPool(VertexProgram vertexProgram, int poolSize)
Constructor parameters in org.apache.tinkerpop.gremlin.process.computer.util with type arguments of type VertexProgram Constructor Description AbstractVertexProgramBuilder(Class<? extends VertexProgram> vertexProgramClass)
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type VertexProgram Modifier and Type Method Description default GraphTraversal<S,E>
GraphTraversal. program(VertexProgram<?> vertexProgram)
Executes an arbitraryVertexProgram
over the graph. -
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.traversal.step.map
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement VertexProgram Modifier and Type Class Description static class
ProgramTest.TestProgram
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type VertexProgram Modifier and Type Method Description static String
StringFactory. vertexProgramString(VertexProgram vertexProgram)
static String
StringFactory. vertexProgramString(VertexProgram vertexProgram, String internalString)
-
Uses of VertexProgram in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type VertexProgram Modifier and Type Method Description GraphComputer
TinkerGraphComputer. program(VertexProgram vertexProgram)
void
TinkerWorkerPool. setVertexProgram(VertexProgram vertexProgram)
Method parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type VertexProgram Modifier and Type Method Description void
TinkerWorkerPool. executeVertexProgram(TriConsumer<Iterator<Vertex>,VertexProgram,TinkerWorkerMemory> worker)
Constructors in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type VertexProgram Constructor Description TinkerMemory(VertexProgram<?> vertexProgram, Set<MapReduce> mapReducers)
-