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, createclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic 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–2022 Apache Software Foundation. All rights reserved.