public interface VertexComputing
Modifier and Type | Method and Description |
---|---|
VertexProgram |
generateProgram(Graph graph,
Memory memory)
Generate the
VertexProgram . |
Computer |
getComputer()
Get the
Computer for generating the GraphComputer . |
void |
setComputer(Computer computer)
Set the
Computer to be used to generate the GraphComputer . |
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–2022 Apache Software Foundation. All rights reserved.