Interface VertexProgram.Builder
- All Known Implementing Classes:
org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder,ConnectedComponentVertexProgram.Builder,PageRankVertexProgram.Builder,PeerPressureVertexProgram.Builder,ShortestPathVertexProgram.Builder,TraversalVertexProgram.Builder
- Enclosing interface:
- VertexProgram<M>
public static interface VertexProgram.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThis method should only be used by the underlying compute engine.default <P extends VertexProgram>
Pcreate()<P extends VertexProgram>
P
-
Method Details
-
configure
This method should only be used by the underlying compute engine. For VertexProgram configurations, please use specific fluent methods off the builder. -
create
-
create
-