Uses of Class
com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.IngressKeyType

Packages that use IngressKeyType
com.intel.hadoop.graphbuilder.partition.mapreduce.edge   
com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue   
 

Uses of IngressKeyType in com.intel.hadoop.graphbuilder.partition.mapreduce.edge
 

Classes in com.intel.hadoop.graphbuilder.partition.mapreduce.edge with type parameters of type IngressKeyType
 class EdgeIngressCombiner<KeyType extends IngressKeyType,ValType extends IngressValueType>
          Combines intermediate IngressValues.
 class EdgeIngressMapper<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable,KeyType extends IngressKeyType<VidType>,ValueType extends IngressValueType<VidType,VertexData,EdgeData>>
          This mapper class maps edge and vertex list into intermediate key, value pairs.
 class EdgeIngressReducer<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable,KeyType extends IngressKeyType<VidType>,ValueType extends IngressValueType<VidType,VertexData,EdgeData>>
          This reduce task has 2 subroutines: edges are reduced into a Graph and vertices are reduced into VertexRecord.
 

Uses of IngressKeyType in com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue
 

Methods in com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue with parameters of type IngressKeyType
 int IngressKeyType.compareTo(IngressKeyType<VidType> other)