Modifier and Type | Method and Description |
---|---|
<P extends VertexProgram> |
VertexProgram.Builder.create(Graph graph) |
static <V extends VertexProgram> |
VertexProgram.createVertexProgram(Graph graph,
org.apache.commons.configuration.Configuration configuration)
A helper method to construct a
VertexProgram given the content of the supplied configuration. |
Modifier and Type | Method and Description |
---|---|
VertexProgram<M> |
VertexProgram.clone()
When multiple workers on a single machine need VertexProgram instances, it is possible to use clone.
|
Modifier and Type | Method and Description |
---|---|
GraphComputer |
GraphComputer.program(VertexProgram vertexProgram)
Set the
VertexProgram to be executed by the GraphComputer . |
Modifier and Type | Class and Description |
---|---|
class |
PeerPressureVertexProgram |
Modifier and Type | Class and Description |
---|---|
class |
PageRankVertexProgram |
Modifier and Type | Class and Description |
---|---|
class |
TraversalVertexProgram
TraversalVertexProgram enables the evaluation of a
Traversal on a GraphComputer . |
Modifier and Type | Class and Description |
---|---|
class |
org.apache.tinkerpop.gremlin.process.computer.util.StaticVertexProgram<M> |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.