| Modifier and Type | Field and Description | 
|---|---|
| protected Optional<Class<? extends GraphComputer>> | AbstractGremlinTest. graphComputerClass | 
| 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 | 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.Configurationin theGraphComputer. | 
| GraphComputer | GraphComputerTest.BadGraphComputer. configure(String key,
         Object value) | 
| GraphComputer | GraphComputer. mapReduce(MapReduce mapReduce)Add a  MapReducejob to the set of MapReduce jobs to be executed by theGraphComputer. | 
| GraphComputer | GraphComputerTest.BadGraphComputer. mapReduce(MapReduce mapReduce) | 
| GraphComputer | GraphComputer. persist(GraphComputer.Persist persist)Set the  GraphComputer.Persistlevel of the computation. | 
| GraphComputer | GraphComputerTest.BadGraphComputer. persist(GraphComputer.Persist persist) | 
| GraphComputer | GraphComputer. program(VertexProgram vertexProgram)Set the  VertexProgramto be executed by theGraphComputer. | 
| GraphComputer | GraphComputerTest.BadGraphComputer. program(VertexProgram vertexProgram) | 
| GraphComputer | GraphComputer. result(GraphComputer.ResultGraph resultGraph)Set the  GraphComputer.ResultGraphof the computation. | 
| GraphComputer | GraphComputerTest.BadGraphComputer. result(GraphComputer.ResultGraph resultGraph) | 
| GraphComputer | GraphComputer. workers(int workers)Set the desired number of workers to execute the  VertexProgramandMapReducejobs. | 
| 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> | TraversalEngine. getGraphComputer()If the traversal engine is of type  TraversalEngine.Type.COMPUTER, then it should have theGraphComputerused for executing the traversal. | 
| Optional<GraphComputer> | TraversalSource. getGraphComputer()Gets the  GraphComputerassociated with theTraversalSourcewhich could be constructed as empty. | 
| 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> | ComputerTraversalEngine. getGraphComputer() | 
| Optional<GraphComputer> | StandardTraversalEngine. getGraphComputer() | 
| Modifier and Type | Method and Description | 
|---|---|
| ComputerTraversalEngine.Builder | ComputerTraversalEngine.Builder. computer(Class<? extends GraphComputer> graphComputerClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| <C extends GraphComputer> | Graph. compute(Class<C> graphComputerClass)Declare the  GraphComputerto use for OLAP operations on the graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer | Graph. compute()Generate a  GraphComputerusing 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–2015 Apache Software Foundation. All rights reserved.