org.apache.spark.graphx.PartitionStrategy
Assigns edges to partitions using only the source vertex ID, colocating edges with the same source.
Returns the partition number for a given edge.
Assigns edges to partitions using only the source vertex ID, colocating edges with the same source.