Uses of Interface
org.apache.tinkerpop.gremlin.process.computer.VertexProgram
Packages that use VertexProgram
Package
Description
-
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 VertexProgramModifier and TypeMethodDescriptiondefault 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 VertexProgramModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.apache.tinkerpop.gremlin.process.computer with type parameters of type VertexProgramModifier and TypeMethodDescriptiondefault <P extends VertexProgram>
PVertexProgram.Builder.create()<P extends VertexProgram>
Pstatic <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 VertexProgramModifier and TypeMethodDescriptionVertexProgram.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 VertexProgramModifier and TypeMethodDescriptionGraphComputer.program(VertexProgram vertexProgram) Set theVertexProgramto be executed by theGraphComputer.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 VertexProgramMethods in org.apache.tinkerpop.gremlin.process.computer.clone that return VertexProgram -
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Classes in org.apache.tinkerpop.gremlin.process.computer.clustering.connected that implement VertexProgramModifier and TypeClassDescriptionclassIdentifies "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 -
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 -
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.search.path
Classes in org.apache.tinkerpop.gremlin.process.computer.search.path that implement VertexProgramMethods in org.apache.tinkerpop.gremlin.process.computer.search.path that return VertexProgramModifier and TypeMethodDescriptionVertexProgram<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 VertexProgramModifier and TypeClassDescriptionfinal class -
Uses of VertexProgram in org.apache.tinkerpop.gremlin.process.computer.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.step that return VertexProgramModifier and TypeMethodDescriptionVertexComputing.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 VertexProgramModifier and TypeMethodDescriptionProgramVertexProgramStep.generateProgram(Graph graph, Memory memory) Constructors in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map with parameters of type VertexProgramModifierConstructorDescriptionProgramVertexProgramStep(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 VertexProgramModifier and TypeInterfaceDescriptioninterfaceVertexProgramInterceptor<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 VertexProgramMethods in org.apache.tinkerpop.gremlin.process.computer.util with type parameters of type VertexProgramMethods in org.apache.tinkerpop.gremlin.process.computer.util that return VertexProgramMethods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type VertexProgramModifier and TypeMethodDescriptionvoidMapMemory.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 VertexProgramModifier and TypeMethodDescriptionstatic 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 VertexProgramConstructor parameters in org.apache.tinkerpop.gremlin.process.computer.util with type arguments of type VertexProgramModifierConstructorDescriptionAbstractVertexProgramBuilder(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 VertexProgramModifier and TypeMethodDescriptiondefault GraphTraversal<S,E> GraphTraversal.program(VertexProgram<?> vertexProgram) Executes an arbitraryVertexProgramover 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 -
Uses of VertexProgram in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type VertexProgramModifier and TypeMethodDescriptionstatic StringStringFactory.vertexProgramString(VertexProgram vertexProgram) static StringStringFactory.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 VertexProgramModifier and TypeMethodDescriptionTinkerGraphComputer.program(VertexProgram vertexProgram) voidTinkerWorkerPool.setVertexProgram(VertexProgram vertexProgram) Method parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type VertexProgramModifier and TypeMethodDescriptionvoidTinkerWorkerPool.executeVertexProgram(TriConsumer<Iterator<Vertex>, VertexProgram, TinkerWorkerMemory> worker) Constructors in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type VertexProgramModifierConstructorDescriptionTinkerMemory(VertexProgram<?> vertexProgram, Set<MapReduce> mapReducers)