public static final class PeerPressureVertexProgram.Builder extends AbstractVertexProgramBuilder<PeerPressureVertexProgram.Builder>
configuration
Modifier and Type | Method and Description |
---|---|
PeerPressureVertexProgram.Builder |
distributeVote(boolean distributeVote) |
PeerPressureVertexProgram.Builder |
edges(Traversal.Admin<Vertex,Edge> edgeTraversal) |
PeerPressureVertexProgram.Builder |
initialVoteStrength(Traversal.Admin<Vertex,? extends Number> initialVoteStrengthTraversal) |
PeerPressureVertexProgram.Builder |
maxIterations(int iterations) |
PeerPressureVertexProgram.Builder |
property(String key) |
configure, create
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public PeerPressureVertexProgram.Builder property(String key)
public PeerPressureVertexProgram.Builder maxIterations(int iterations)
public PeerPressureVertexProgram.Builder distributeVote(boolean distributeVote)
public PeerPressureVertexProgram.Builder edges(Traversal.Admin<Vertex,Edge> edgeTraversal)
public PeerPressureVertexProgram.Builder initialVoteStrength(Traversal.Admin<Vertex,? extends Number> initialVoteStrengthTraversal)
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.