public interface VertexComputing
| Modifier and Type | Method and Description | 
|---|---|
| VertexProgram | generateProgram(Graph graph,
               Memory memory)Generate the  VertexProgram. | 
| Computer | getComputer()Get the  Computerfor generating theGraphComputer. | 
| void | setComputer(Computer computer)Set the  Computerto be used to generate theGraphComputer. | 
void setComputer(Computer computer)
Computer to be used to generate the GraphComputer.computer - the computer specification.Computer getComputer()
Computer for generating the GraphComputer.
 Inferences on the state of the Step
 within the Traversal can be use applied here.VertexProgram generateProgram(Graph graph, Memory memory)
VertexProgram.Copyright © 2013–2018 Apache Software Foundation. All rights reserved.