public static class PartitionStrategy.RandomVertexCut$ extends java.lang.Object implements PartitionStrategy, scala.Product, scala.Serializable
PartitionStrategy.CanonicalRandomVertexCut$, PartitionStrategy.EdgePartition1D$, PartitionStrategy.EdgePartition2D$, PartitionStrategy.RandomVertexCut$| Modifier and Type | Field and Description | 
|---|---|
static PartitionStrategy.RandomVertexCut$ | 
MODULE$
Static reference to the singleton instance of this Scala object. 
 | 
| Constructor and Description | 
|---|
PartitionStrategy.RandomVertexCut$()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getPartition(long src,
            long dst,
            int numParts)
Returns the partition number for a given edge. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final PartitionStrategy.RandomVertexCut$ MODULE$
public int getPartition(long src,
               long dst,
               int numParts)
PartitionStrategygetPartition in interface PartitionStrategy