Modifier and Type | Method and Description |
---|---|
default GraphComputer |
GraphProvider.getGraphComputer(Graph graph)
Create a
GraphComputer from the Graph instance. |
GraphComputer |
GraphManager.ManagedGraphProvider.getGraphComputer(Graph graph) |
Modifier and Type | Class and Description |
---|---|
class |
GiraphGraphComputer |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
GiraphGraphComputer.configure(String key,
Object value) |
GraphComputer |
GiraphGraphComputer.program(VertexProgram vertexProgram) |
GraphComputer |
GiraphGraphComputer.workers(int workers) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHadoopGraphComputer |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
AbstractHadoopGraphComputer.edges(Traversal<Vertex,Edge> edgeFilter) |
GraphComputer |
AbstractHadoopGraphComputer.mapReduce(MapReduce mapReduce) |
GraphComputer |
AbstractHadoopGraphComputer.persist(GraphComputer.Persist persist) |
GraphComputer |
AbstractHadoopGraphComputer.program(VertexProgram vertexProgram) |
GraphComputer |
AbstractHadoopGraphComputer.result(GraphComputer.ResultGraph resultGraph) |
GraphComputer |
AbstractHadoopGraphComputer.vertices(Traversal<Vertex,Vertex> vertexFilter) |
GraphComputer |
AbstractHadoopGraphComputer.workers(int workers) |
Modifier and Type | Method and Description |
---|---|
<C extends GraphComputer> |
HadoopGraph.compute(Class<C> graphComputerClass) |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
HadoopGraph.compute() |
Modifier and Type | Method and Description |
---|---|
<C extends GraphComputer> |
Neo4jGraph.compute(Class<C> graphComputerClass) |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
Neo4jGraph.compute() |
Modifier and Type | Class and Description |
---|---|
static class |
GraphComputerTest.BadGraphComputer |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
Computer.apply(Graph graph) |
default GraphComputer |
GraphComputer.configure(String key,
Object value)
Set an arbitrary configuration key/value for the underlying
org.apache.commons.configuration.Configuration in the GraphComputer . |
GraphComputer |
GraphComputerTest.BadGraphComputer.configure(String key,
Object value) |
GraphComputer |
GraphComputer.edges(Traversal<Vertex,Edge> edgeFilter)
Add a filter that will limit which edges of the vertices are loaded from the graph source.
|
GraphComputer |
GraphComputerTest.BadGraphComputer.edges(Traversal<Vertex,Edge> edgeFilter) |
GraphComputer |
GraphComputer.mapReduce(MapReduce mapReduce)
Add a
MapReduce job to the set of MapReduce jobs to be executed by the GraphComputer . |
GraphComputer |
GraphComputerTest.BadGraphComputer.mapReduce(MapReduce mapReduce) |
GraphComputer |
GraphComputer.persist(GraphComputer.Persist persist)
Set the
GraphComputer.Persist level of the computation. |
GraphComputer |
GraphComputerTest.BadGraphComputer.persist(GraphComputer.Persist persist) |
GraphComputer |
GraphComputer.program(VertexProgram vertexProgram)
Set the
VertexProgram to be executed by the GraphComputer . |
GraphComputer |
GraphComputerTest.BadGraphComputer.program(VertexProgram vertexProgram) |
GraphComputer |
GraphComputer.result(GraphComputer.ResultGraph resultGraph)
Set the
GraphComputer.ResultGraph of the computation. |
GraphComputer |
GraphComputerTest.BadGraphComputer.result(GraphComputer.ResultGraph resultGraph) |
GraphComputer |
GraphComputer.vertices(Traversal<Vertex,Vertex> vertexFilter)
Add a filter that will limit which vertices are loaded from the graph source.
|
GraphComputer |
GraphComputerTest.BadGraphComputer.vertices(Traversal<Vertex,Vertex> vertexFilter) |
GraphComputer |
GraphComputer.workers(int workers)
Set the desired number of workers to execute the
VertexProgram and MapReduce jobs. |
GraphComputer |
GraphComputerTest.BadGraphComputer.workers(int workers) |
Modifier and Type | Method and Description |
---|---|
Class<? extends GraphComputer> |
Computer.getGraphComputerClass() |
Modifier and Type | Method and Description |
---|---|
static Computer |
Computer.compute(Class<? extends GraphComputer> graphComputerClass) |
Computer |
Computer.graphComputer(Class<? extends GraphComputer> graphComputerClass) |
Modifier and Type | Method and Description |
---|---|
VertexProgramStrategy.Builder |
VertexProgramStrategy.Builder.graphComputer(Class<? extends GraphComputer> graphComputerClass) |
Modifier and Type | Method and Description |
---|---|
<C extends GraphComputer> |
ComputerGraph.compute(Class<C> graphComputerClass) |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
ComputerGraph.compute() |
Modifier and Type | Method and Description |
---|---|
static void |
GraphComputerHelper.validateProgramOnComputer(GraphComputer computer,
VertexProgram vertexProgram) |
Modifier and Type | Method and Description |
---|---|
<C extends GraphComputer> |
RemoteGraph.compute(Class<C> graphComputerClass)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GraphComputer |
RemoteGraph.compute()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Optional<GraphComputer> |
TraversalEngine.getGraphComputer()
Deprecated.
If the traversal engine is of type
TraversalEngine.Type.COMPUTER , then it should have the GraphComputer used for executing the traversal. |
Modifier and Type | Method and Description |
---|---|
default TraversalSource |
TraversalSource.withComputer(Class<? extends GraphComputer> graphComputerClass)
Add a
GraphComputer class used to execute the traversal. |
Modifier and Type | Method and Description |
---|---|
GraphTraversalSource |
GraphTraversalSource.withComputer(Class<? extends GraphComputer> graphComputerClass) |
Modifier and Type | Method and Description |
---|---|
Optional<GraphComputer> |
StandardTraversalEngine.getGraphComputer()
Deprecated.
As of release 3.2.0. Please use
Graph.traversal(Class) . |
Optional<GraphComputer> |
ComputerTraversalEngine.getGraphComputer()
Deprecated.
As of release 3.2.0. Please use
Graph.traversal(Class) . |
Modifier and Type | Method and Description |
---|---|
ComputerTraversalEngine.Builder |
ComputerTraversalEngine.Builder.computer(Class<? extends GraphComputer> graphComputerClass)
Deprecated.
As of release 3.2.0. Please use
Graph.traversal(Class) . |
Modifier and Type | Class and Description |
---|---|
class |
SparkGraphComputer |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
SparkGraphComputer.configure(String key,
Object value) |
GraphComputer |
SparkGraphComputer.workers(int workers) |
Modifier and Type | Method and Description |
---|---|
<C extends GraphComputer> |
Graph.compute(Class<C> graphComputerClass)
Declare the
GraphComputer to use for OLAP operations on the graph. |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
Graph.compute()
Generate a
GraphComputer using the default engine of the underlying graph system. |
Modifier and Type | Method and Description |
---|---|
static String |
StringFactory.graphComputerString(GraphComputer graphComputer) |
Modifier and Type | Method and Description |
---|---|
<C extends GraphComputer> |
EmptyGraph.compute(Class<C> graphComputerClass) |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
EmptyGraph.compute() |
Modifier and Type | Method and Description |
---|---|
<C extends GraphComputer> |
StarGraph.compute(Class<C> graphComputerClass) |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
StarGraph.compute() |
Modifier and Type | Class and Description |
---|---|
class |
TinkerGraphComputer |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
TinkerGraphComputer.edges(Traversal<Vertex,Edge> edgeFilter) |
GraphComputer |
TinkerGraphComputer.mapReduce(MapReduce mapReduce) |
GraphComputer |
TinkerGraphComputer.persist(GraphComputer.Persist persist) |
GraphComputer |
TinkerGraphComputer.program(VertexProgram vertexProgram) |
GraphComputer |
TinkerGraphComputer.result(GraphComputer.ResultGraph resultGraph) |
GraphComputer |
TinkerGraphComputer.vertices(Traversal<Vertex,Vertex> vertexFilter) |
GraphComputer |
TinkerGraphComputer.workers(int workers) |
Modifier and Type | Method and Description |
---|---|
<C extends GraphComputer> |
TinkerGraph.compute(Class<C> graphComputerClass) |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
TinkerGraph.compute() |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.