public class PartitionedVertexProgramExecutor<M> extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GHOTST_PARTITION_VERTEX |
static String |
PARTITION_VERTEX_POSTFAIL |
static String |
PARTITION_VERTEX_POSTSUCCESS |
| Constructor and Description |
|---|
PartitionedVertexProgramExecutor(StandardTitanGraph graph,
FulgoraMemory memory,
FulgoraVertexMemory vertexMemory,
org.apache.tinkerpop.gremlin.process.computer.VertexProgram<M> vertexProgram) |
public static final String GHOTST_PARTITION_VERTEX
public static final String PARTITION_VERTEX_POSTSUCCESS
public static final String PARTITION_VERTEX_POSTFAIL
public PartitionedVertexProgramExecutor(StandardTitanGraph graph, FulgoraMemory memory, FulgoraVertexMemory vertexMemory, org.apache.tinkerpop.gremlin.process.computer.VertexProgram<M> vertexProgram)
public void run(int numThreads,
ScanMetrics metrics)
Copyright © 2012–2015. All rights reserved.