Uses of Interface
com.intel.hadoop.graphbuilder.partition.strategy.Ingress

Packages that use Ingress
com.intel.hadoop.graphbuilder.partition.strategy   
 

Uses of Ingress in com.intel.hadoop.graphbuilder.partition.strategy
 

Classes in com.intel.hadoop.graphbuilder.partition.strategy that implement Ingress
 class GreedyIngress<VidType>
          Greedy assigns the partition id to minimize the total size of vertex mirrors.
 class RandomIngress<VidType>
          Random assigns a partition id for each edge.