Uses of Interface
org.apache.tinkerpop.gremlin.process.computer.VertexProgram
- 
- 
Uses of VertexProgram in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credentialMethods 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.computerClasses in org.apache.tinkerpop.gremlin.process.computer that implement VertexProgram Modifier and Type Class Description static classGraphComputerTest.MultiScopeVertexProgramstatic classGraphComputerTest.MultiScopeVertexWithEdgeFunctionProgramstatic classGraphComputerTest.VertexProgramAstatic classGraphComputerTest.VertexProgramBstatic classGraphComputerTest.VertexProgramCstatic classGraphComputerTest.VertexProgramDstatic classGraphComputerTest.VertexProgramEstatic classGraphComputerTest.VertexProgramFstatic classGraphComputerTest.VertexProgramGstatic classGraphComputerTest.VertexProgramHstatic classGraphComputerTest.VertexProgramIstatic classGraphComputerTest.VertexProgramJstatic classGraphComputerTest.VertexProgramKstatic classGraphComputerTest.VertexProgramLstatic classGraphComputerTest.VertexProgramMMethods 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 aVertexProgramgiven 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 GraphComputerGraphComputer. program(VertexProgram vertexProgram)Set theVertexProgramto be executed by theGraphComputer.GraphComputerGraphComputerTest.BadGraphComputer. program(VertexProgram vertexProgram)
- 
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.cloneClasses in org.apache.tinkerpop.gremlin.process.computer.clone that implement VertexProgram Modifier and Type Class Description classCloneVertexProgramMethods 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.connectedClasses in org.apache.tinkerpop.gremlin.process.computer.clustering.connected that implement VertexProgram Modifier and Type Class Description classConnectedComponentVertexProgramIdentifies "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.peerpressureClasses in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure that implement VertexProgram Modifier and Type Class Description classPeerPressureVertexProgram
- 
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerankClasses in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank that implement VertexProgram Modifier and Type Class Description classPageRankVertexProgram
- 
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.search.pathClasses in org.apache.tinkerpop.gremlin.process.computer.search.path that implement VertexProgram Modifier and Type Class Description classShortestPathVertexProgramMethods 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.traversalClasses in org.apache.tinkerpop.gremlin.process.computer.traversal that implement VertexProgram Modifier and Type Class Description classTraversalVertexProgram
- 
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.traversal.stepMethods in org.apache.tinkerpop.gremlin.process.computer.traversal.step that return VertexProgram Modifier and Type Method Description VertexProgramVertexComputing. generateProgram(Graph graph, Memory memory)Generate theVertexProgram.
- 
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.traversal.step.mapMethods in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map that return VertexProgram Modifier and Type Method Description VertexProgramProgramVertexProgramStep. 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.strategyClasses in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy with type parameters of type VertexProgram Modifier and Type Interface Description interfaceVertexProgramInterceptor<V extends VertexProgram,G,M extends Memory>
- 
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.utilClasses in org.apache.tinkerpop.gremlin.process.computer.util that implement VertexProgram Modifier and Type Class Description classStaticVertexProgram<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 VertexProgramVertexProgramPool. take()Methods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type VertexProgram Modifier and Type Method Description voidMapMemory. addVertexProgramMemoryComputeKeys(VertexProgram<?> vertexProgram)voidVertexProgramPool. offer(VertexProgram<?> vertexProgram)static voidGraphComputerHelper. validateProgramOnComputer(GraphComputer computer, VertexProgram vertexProgram)static ComputerGraph.ComputerVertexComputerGraph. 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.PersistGraphComputerHelper. getPersistState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.Persist> persist)static GraphComputer.ResultGraphGraphComputerHelper. 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.graphMethods 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 arbitraryVertexProgramover the graph.
- 
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.traversal.step.mapClasses in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement VertexProgram Modifier and Type Class Description static classProgramTest.TestProgram
- 
Uses of VertexProgram in org.apache.tinkerpop.gremlin.structure.utilMethods in org.apache.tinkerpop.gremlin.structure.util with parameters of type VertexProgram Modifier and Type Method Description static StringStringFactory. vertexProgramString(VertexProgram vertexProgram)static StringStringFactory. vertexProgramString(VertexProgram vertexProgram, String internalString)
- 
Uses of VertexProgram in org.apache.tinkerpop.gremlin.tinkergraph.process.computerMethods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type VertexProgram Modifier and Type Method Description GraphComputerTinkerGraphComputer. program(VertexProgram vertexProgram)voidTinkerWorkerPool. setVertexProgram(VertexProgram vertexProgram)Method parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type VertexProgram Modifier and Type Method Description voidTinkerWorkerPool. 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)
 
-