public final class TinkerGraphComputer extends Object implements GraphComputer
GraphComputer.Exceptions, GraphComputer.Features, GraphComputer.Persist, GraphComputer.ResultGraph| Constructor and Description |
|---|
TinkerGraphComputer(TinkerGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
GraphComputer |
edges(Traversal<Vertex,Edge> edgeFilter) |
GraphComputer.Features |
features() |
GraphComputer |
mapReduce(MapReduce mapReduce) |
GraphComputer |
persist(GraphComputer.Persist persist) |
GraphComputer |
program(VertexProgram vertexProgram) |
GraphComputer |
result(GraphComputer.ResultGraph resultGraph) |
Future<ComputerResult> |
submit() |
String |
toString() |
GraphComputer |
vertices(Traversal<Vertex,Vertex> vertexFilter) |
GraphComputer |
workers(int workers) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconfigurepublic TinkerGraphComputer(TinkerGraph graph)
public GraphComputer result(GraphComputer.ResultGraph resultGraph)
result in interface GraphComputerpublic GraphComputer persist(GraphComputer.Persist persist)
persist in interface GraphComputerpublic GraphComputer program(VertexProgram vertexProgram)
program in interface GraphComputerpublic GraphComputer mapReduce(MapReduce mapReduce)
mapReduce in interface GraphComputerpublic GraphComputer workers(int workers)
workers in interface GraphComputerpublic GraphComputer vertices(Traversal<Vertex,Vertex> vertexFilter)
vertices in interface GraphComputerpublic GraphComputer edges(Traversal<Vertex,Edge> edgeFilter)
edges in interface GraphComputerpublic Future<ComputerResult> submit()
submit in interface GraphComputerpublic GraphComputer.Features features()
features in interface GraphComputerCopyright © 2013–2018 Apache Software Foundation. All rights reserved.