Package com.intel.hadoop.graphbuilder.partition.strategy

Interface Summary
Ingress<VidType> Ingress object assigns a partition id to a source, target id pair.
 

Class Summary
GreedyIngress<VidType> Greedy assigns the partition id to minimize the total size of vertex mirrors.
RandomIngress<VidType> Random assigns a partition id for each edge.