public static class PartitionStrategy.EdgePartition1D$ extends Object implements PartitionStrategy, scala.Product, scala.Serializable
PartitionStrategy.CanonicalRandomVertexCut$, PartitionStrategy.EdgePartition1D$, PartitionStrategy.EdgePartition2D$, PartitionStrategy.RandomVertexCut$
Modifier and Type | Field and Description |
---|---|
static PartitionStrategy.EdgePartition1D$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
EdgePartition1D$() |
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.EdgePartition1D$ MODULE$
public int getPartition(long src, long dst, int numParts)
PartitionStrategy
getPartition
in interface PartitionStrategy