public static final class VertexProgramStrategy.Builder extends Object
Modifier and Type | Method and Description |
---|---|
VertexProgramStrategy.Builder |
computer(Computer computer) |
VertexProgramStrategy.Builder |
configure(Map<String,Object> configurations) |
VertexProgramStrategy.Builder |
configure(String key,
Object value) |
VertexProgramStrategy |
create() |
VertexProgramStrategy.Builder |
edges(Traversal<Vertex,Edge> edges) |
VertexProgramStrategy.Builder |
graphComputer(Class<? extends GraphComputer> graphComputerClass) |
VertexProgramStrategy.Builder |
persist(GraphComputer.Persist persist) |
VertexProgramStrategy.Builder |
result(GraphComputer.ResultGraph resultGraph) |
VertexProgramStrategy.Builder |
vertices(Traversal<Vertex,Vertex> vertices) |
VertexProgramStrategy.Builder |
workers(int workers) |
public VertexProgramStrategy.Builder computer(Computer computer)
public VertexProgramStrategy.Builder graphComputer(Class<? extends GraphComputer> graphComputerClass)
public VertexProgramStrategy.Builder configure(String key, Object value)
public VertexProgramStrategy.Builder configure(Map<String,Object> configurations)
public VertexProgramStrategy.Builder workers(int workers)
public VertexProgramStrategy.Builder persist(GraphComputer.Persist persist)
public VertexProgramStrategy.Builder result(GraphComputer.ResultGraph resultGraph)
public VertexProgramStrategy.Builder vertices(Traversal<Vertex,Vertex> vertices)
public VertexProgramStrategy.Builder edges(Traversal<Vertex,Edge> edges)
public VertexProgramStrategy create()
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.