public static class PartitionStrategy.RandomVertexCut$ extends 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 |
---|
RandomVertexCut$() |
Modifier and Type | Method and Description |
---|---|
int |
getPartition(long src,
long dst,
int numParts)
Returns the partition number for a given edge.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final PartitionStrategy.RandomVertexCut$ MODULE$
public int getPartition(long src, long dst, int numParts)
PartitionStrategy
getPartition
in interface PartitionStrategy