public static class PartitionStrategy.CanonicalRandomVertexCut$ 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.CanonicalRandomVertexCut$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
PartitionStrategy.CanonicalRandomVertexCut$() |
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, wait
public static final PartitionStrategy.CanonicalRandomVertexCut$ MODULE$
public PartitionStrategy.CanonicalRandomVertexCut$()
public int getPartition(long src, long dst, int numParts)
PartitionStrategy
getPartition
in interface PartitionStrategy