Uses of Package
com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue

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

Classes in com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue used by com.intel.hadoop.graphbuilder.partition.mapreduce.edge
IngressKeyType
          Abstract MapKey for edge ingress templated with VidType.
IngressValueType
          An abstract class for map value templated with VidType, VertexData, and EdgeData.
 

Classes in com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue used by com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue
CombinedEdgeValueType
          Intermediate value type of edge records and supports commutative and associative add operation to merge with instances of the same type.
CombinedVrecordValueType
          Intermediate value type of vertex records and supports commutative and associative add operation through additvity of inEdges, outEdges and union of the mirror set.
GraphTypeFactory
           
IngressKeyType
          Abstract MapKey for edge ingress templated with VidType.
IngressValueType
          An abstract class for map value templated with VidType, VertexData, and EdgeData.