Modifier and Type | Method and Description |
---|---|
Computer |
Computer.clone() |
static Computer |
Computer.compute() |
static Computer |
Computer.compute(Class<? extends GraphComputer> graphComputerClass) |
Computer |
Computer.configure(Map<String,Object> configurations) |
Computer |
Computer.configure(String key,
Object value) |
Computer |
Computer.edges(Traversal<Vertex,Edge> edgeFilter) |
Computer |
Computer.graphComputer(Class<? extends GraphComputer> graphComputerClass) |
Computer |
Computer.persist(GraphComputer.Persist persist) |
Computer |
Computer.result(GraphComputer.ResultGraph resultGraph) |
Computer |
Computer.vertices(Traversal<Vertex,Vertex> vertexFilter) |
Computer |
Computer.workers(int workers) |
Constructor and Description |
---|
GraphFilter(Computer computer) |
Modifier and Type | Method and Description |
---|---|
Computer |
VertexComputing.getComputer()
Get the
Computer for generating the GraphComputer . |
Modifier and Type | Method and Description |
---|---|
void |
VertexComputing.setComputer(Computer computer)
Set the
Computer to be used to generate the GraphComputer . |
Modifier and Type | Field and Description |
---|---|
protected Computer |
VertexProgramStep.computer |
Modifier and Type | Method and Description |
---|---|
Computer |
VertexProgramStep.getComputer() |
Modifier and Type | Method and Description |
---|---|
void |
VertexProgramStep.setComputer(Computer computer) |
Modifier and Type | Method and Description |
---|---|
static Optional<Computer> |
VertexProgramStrategy.getComputer(TraversalStrategies strategies) |
Modifier and Type | Method and Description |
---|---|
VertexProgramStrategy.Builder |
VertexProgramStrategy.Builder.computer(Computer computer) |
Constructor and Description |
---|
VertexProgramStrategy(Computer computer) |
Modifier and Type | Method and Description |
---|---|
default TraversalSource |
TraversalSource.withComputer(Computer computer)
Add a
Computer that will generate a GraphComputer from the Graph that will be used to execute the traversal. |
Modifier and Type | Method and Description |
---|---|
GraphTraversalSource |
GraphTraversalSource.withComputer(Computer computer) |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.