| Modifier and Type | Method and Description |
|---|---|
default Traversal<S,E> |
Traversal.submit(GraphComputer computer)
Submit the traversal to a
GraphComputer for OLAP execution. |
| Modifier and Type | Method and Description |
|---|---|
GraphComputer |
GraphComputer.isolation(GraphComputer.Isolation isolation)
Set the
GraphComputer.Isolation of the computation. |
GraphComputer |
GraphComputer.mapReduce(MapReduce mapReduce)
Add a
MapReduce job to the set of MapReduce jobs to be executed by the GraphComputer. |
GraphComputer |
GraphComputer.program(VertexProgram vertexProgram)
Set the
VertexProgram to be executed by the GraphComputer. |
| Modifier and Type | Method and Description |
|---|---|
TraversalScript<S,E> |
TraversalScript.using(GraphComputer graphComputer) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GraphComputerHelper.validateProgramOnComputer(GraphComputer computer,
VertexProgram vertexProgram) |
| Modifier and Type | Method and Description |
|---|---|
default GraphTraversal<S,E> |
GraphTraversal.submit(GraphComputer computer) |
default GraphTraversal<A,A> |
ElementTraversal.submit(GraphComputer graphComputer) |
default <A> GraphTraversal<A,A> |
AnonymousGraphTraversal.submit(GraphComputer graphComputer) |
| Modifier and Type | Method and Description |
|---|---|
GraphTraversal<S,E> |
EmptyGraphTraversal.submit(GraphComputer computer) |
| Modifier and Type | Method and Description |
|---|---|
Traversal<S,E> |
EmptyTraversal.submit(GraphComputer computer) |
| Modifier and Type | Method and Description |
|---|---|
GraphComputer |
Graph.compute(java.lang.Class... graphComputerClass)
Create an OLAP
GraphComputer to execute a vertex program over this graph. |
| Modifier and Type | Method and Description |
|---|---|
GraphComputer |
StrategyGraph.compute(java.lang.Class... graphComputerClass) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
StringFactory.graphComputerString(GraphComputer graphComputer) |
| Modifier and Type | Method and Description |
|---|---|
GraphComputer |
BatchGraph.compute(java.lang.Class... graphComputerClass) |
| Modifier and Type | Method and Description |
|---|---|
GraphComputer |
EmptyGraph.compute(java.lang.Class... graphComputerClass) |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.