| Modifier and Type | Method and Description |
|---|---|
<P extends VertexProgram> |
VertexProgram.Builder.create() |
static <V extends VertexProgram> |
VertexProgram.createVertexProgram(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 |
LambdaVertexProgram<M extends java.io.Serializable> |
| 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 |
StaticVertexProgram<M> |
| Modifier and Type | Method and Description |
|---|---|
<P extends VertexProgram> |
AbstractVertexProgramBuilder.create() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapMemory.addVertexProgramMemoryComputeKeys(VertexProgram<?> vertexProgram) |
static void |
GraphComputerHelper.validateProgramOnComputer(GraphComputer computer,
VertexProgram vertexProgram) |
static StrategyGraph |
ComputerDataStrategy.wrapGraph(Graph graph,
VertexProgram<?> vertexProgram) |
static StrategyVertex |
ComputerDataStrategy.wrapVertex(Vertex vertex,
VertexProgram<?> vertexProgram) |
| Constructor and Description |
|---|
AbstractVertexProgramBuilder(java.lang.Class<? extends VertexProgram> vertexProgramClass) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
StringFactory.vertexProgramString(VertexProgram vertexProgram) |
static java.lang.String |
StringFactory.vertexProgramString(VertexProgram vertexProgram,
java.lang.String internalString) |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.