| Modifier and Type | Field and Description | 
|---|---|
| protected VertexProgram<Object> | AbstractHadoopGraphComputer. vertexProgram | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer | AbstractHadoopGraphComputer. program(VertexProgram vertexProgram) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GraphComputerTest.VertexProgramA | 
| static class  | GraphComputerTest.VertexProgramB | 
| static class  | GraphComputerTest.VertexProgramC | 
| static class  | GraphComputerTest.VertexProgramD | 
| static class  | GraphComputerTest.VertexProgramE | 
| static class  | GraphComputerTest.VertexProgramF | 
| static class  | GraphComputerTest.VertexProgramG | 
| static class  | GraphComputerTest.VertexProgramH | 
| static class  | GraphComputerTest.VertexProgramI | 
| static class  | GraphComputerTest.VertexProgramJ | 
| static class  | GraphComputerTest.VertexProgramK | 
| static class  | GraphComputerTest.VertexProgramL | 
| Modifier and Type | Method and Description | 
|---|---|
| <P extends VertexProgram> | VertexProgram.Builder. create(Graph graph) | 
| static <V extends VertexProgram> | VertexProgram. createVertexProgram(Graph graph,
                   Configuration configuration)A helper method to construct a  VertexProgramgiven the content of the supplied configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexProgram<M> | VertexProgram. clone()When multiple workers on a single machine need VertexProgram instances, it is possible to use clone. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer | GraphComputer. program(VertexProgram vertexProgram)Set the  VertexProgramto be executed by theGraphComputer. | 
| GraphComputer | GraphComputerTest.BadGraphComputer. program(VertexProgram vertexProgram) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BulkLoaderVertexProgram | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexProgram<Tuple> | BulkLoaderVertexProgram. clone() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PeerPressureVertexProgram | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PageRankVertexProgram | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TraversalVertexProgramTraversalVertexProgram enables the evaluation of a  Traversalon aGraphComputer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StaticVertexProgram<M> | 
| Modifier and Type | Method and Description | 
|---|---|
| <P extends VertexProgram> | AbstractVertexProgramBuilder. create(Graph graph) | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexProgram | VertexProgramPool. take() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MapMemory. addVertexProgramMemoryComputeKeys(VertexProgram<?> vertexProgram) | 
| void | VertexProgramPool. offer(VertexProgram<?> vertexProgram) | 
| static void | GraphComputerHelper. validateProgramOnComputer(GraphComputer computer,
                         VertexProgram vertexProgram) | 
| static org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertex | ComputerGraph. vertexProgram(Vertex starVertex,
             VertexProgram vertexProgram) | 
| Modifier and Type | Method and Description | 
|---|---|
| static GraphComputer.Persist | GraphComputerHelper. getPersistState(Optional<VertexProgram> vertexProgram,
               Optional<GraphComputer.Persist> persist) | 
| static GraphComputer.ResultGraph | GraphComputerHelper. getResultGraphState(Optional<VertexProgram> vertexProgram,
                   Optional<GraphComputer.ResultGraph> resultGraph) | 
| Constructor and Description | 
|---|
| VertexProgramPool(VertexProgram vertexProgram,
                 int poolSize) | 
| Constructor and Description | 
|---|
| AbstractVertexProgramBuilder(Class<? extends VertexProgram> vertexProgramClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | StringFactory. vertexProgramString(VertexProgram vertexProgram) | 
| static String | StringFactory. vertexProgramString(VertexProgram vertexProgram,
                   String internalString) | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer | TinkerGraphComputer. program(VertexProgram vertexProgram) | 
| void | TinkerWorkerPool. setVertexProgram(VertexProgram vertexProgram) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TinkerWorkerPool. executeVertexProgram(Consumer<VertexProgram> worker) | 
| Constructor and Description | 
|---|
| TinkerMemory(VertexProgram<?> vertexProgram,
            Set<MapReduce> mapReducers) | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.