Packages

case object EdgePartition1D extends PartitionStrategy with Product with Serializable

Assigns edges to partitions using only the source vertex ID, colocating edges with the same source.

Source
PartitionStrategy.scala
Linear Supertypes
Product, Equals, PartitionStrategy, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgePartition1D
  2. Product
  3. Equals
  4. PartitionStrategy
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def getPartition(src: VertexId, dst: VertexId, numParts: PartitionID): PartitionID

    Returns the partition number for a given edge.

    Returns the partition number for a given edge.

    Definition Classes
    EdgePartition1DPartitionStrategy
  2. def productElementName(n: Int): String
    Definition Classes
    Product
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product