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.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() |
public 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 Future<ComputerResult> submit()
submit in interface GraphComputerpublic GraphComputer.Features features()
features in interface GraphComputerCopyright © 2013–2015 Apache Software Foundation. All rights reserved.