| Modifier and Type | Field and Description | 
|---|---|
protected Optional<Class<? extends GraphComputer>> | 
AbstractGremlinTest.graphComputerClass  | 
| 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.mapReduce(MapReduce mapReduce)  | 
GraphComputer | 
AbstractHadoopGraphComputer.persist(GraphComputer.Persist persist)  | 
GraphComputer | 
AbstractHadoopGraphComputer.program(VertexProgram vertexProgram)  | 
GraphComputer | 
AbstractHadoopGraphComputer.result(GraphComputer.ResultGraph resultGraph)  | 
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 | 
|---|---|
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.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.workers(int workers)
Set the desired number of workers to execute the  
VertexProgram and MapReduce jobs. | 
GraphComputer | 
GraphComputerTest.BadGraphComputer.workers(int workers)  | 
| Constructor and Description | 
|---|
ComputerResultStep(Traversal.Admin traversal,
                  GraphComputer graphComputer,
                  boolean attachElements)  | 
| 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 | 
|---|---|
Optional<GraphComputer> | 
TraversalSource.getGraphComputer()
Gets the  
GraphComputer associated with the TraversalSource which could be constructed as empty. | 
Optional<GraphComputer> | 
TraversalEngine.getGraphComputer()
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 | 
|---|---|
Optional<GraphComputer> | 
GraphTraversalSource.getGraphComputer()  | 
| Modifier and Type | Method and Description | 
|---|---|
static GraphTraversalSource.Builder | 
GraphTraversalSource.computer(Class<? extends GraphComputer> graphComputerClass)  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<GraphComputer> | 
StandardTraversalEngine.getGraphComputer()  | 
Optional<GraphComputer> | 
ComputerTraversalEngine.getGraphComputer()  | 
| Modifier and Type | Method and Description | 
|---|---|
ComputerTraversalEngine.Builder | 
ComputerTraversalEngine.Builder.computer(Class<? extends GraphComputer> graphComputerClass)  | 
| 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.mapReduce(MapReduce mapReduce)  | 
GraphComputer | 
TinkerGraphComputer.persist(GraphComputer.Persist persist)  | 
GraphComputer | 
TinkerGraphComputer.program(VertexProgram vertexProgram)  | 
GraphComputer | 
TinkerGraphComputer.result(GraphComputer.ResultGraph resultGraph)  | 
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–2016 Apache Software Foundation. All rights reserved.