Class PeerPressure
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressure
 
- 
 public final class PeerPressure extends Object Configuration options to be passed to theGraphTraversal.with(String, Object)step onGraphTraversal.peerPressure().
- 
- 
Field SummaryFields Modifier and Type Field Description static StringedgesConfigures the edge to traverse when determining clusters.static StringpropertyNameConfigures the name of the property within which to store the cluster value.static StringtimesConfigures number of iterations that the algorithm should run.
 - 
Constructor SummaryConstructors Constructor Description PeerPressure()
 
- 
- 
- 
Field Detail- 
timespublic static final String times Configures number of iterations that the algorithm should run.
 - 
edgespublic static final String edges Configures the edge to traverse when determining clusters.
 - 
propertyNamepublic static final String propertyName Configures the name of the property within which to store the cluster value.
 
- 
 
-