Class Computer
java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.Computer
- All Implemented Interfaces:
Serializable,Cloneable,Function<Graph,GraphComputer>
public final class Computer
extends Object
implements Function<Graph,GraphComputer>, Serializable, Cloneable
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionclone()static Computercompute()static Computercompute(Class<? extends GraphComputer> graphComputerClass) getEdges()Class<? extends GraphComputer>intgraphComputer(Class<? extends GraphComputer> graphComputerClass) persist(GraphComputer.Persist persist) result(GraphComputer.ResultGraph resultGraph) toString()workers(int workers)
-
Method Details
-
compute
-
compute
-
graphComputer
-
configure
-
configure
-
workers
-
persist
-
result
-
vertices
-
edges
-
apply
- Specified by:
applyin interfaceFunction<Graph,GraphComputer>
-
toString
-
clone
-
getGraphComputerClass
-
getConfiguration
-
getVertices
-
getEdges
-
getPersist
-
getResultGraph
-
getWorkers
public int getWorkers()
-