Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.graphx.PartitionStrategy Classes and Interfaces - 5 results found.
NameDescriptionTypePackageFramework
PartitionStrategyInterfaceorg.apache.spark.graphxApache Spark
PartitionStrategy .CanonicalRandomVertexCut$Assigns edges to partitions by hashing the source and destination vertex IDs in a canonical direction, resulting in a random vertex cut that colocates all edges between two vertices,Classorg.apache.spark.graphx.PartitionStrategyApache Spark
PartitionStrategy .EdgePartition1D$Assigns edges to partitions using only the source vertex ID, colocating edges with the sameSee Also:Serialized FormClassorg.apache.spark.graphx.PartitionStrategyApache Spark
PartitionStrategy .EdgePartition2D$Assigns edges to partitions using a 2D partitioning of the sparse edge adjacency matrix, guaranteeing a 2 * sqrt(numParts) bound on vertex replication.Classorg.apache.spark.graphx.PartitionStrategyApache Spark
PartitionStrategy .RandomVertexCut$Assigns edges to partitions by hashing the source and destination vertex IDs, resulting in a random vertex cut that colocates all same-direction edges between two vertices.Classorg.apache.spark.graphx.PartitionStrategyApache Spark