A B C D E F G H I J L M N O P R S T U V W X Z

H

hashCode() - Method in class com.intel.hadoop.graphbuilder.graph.Edge
 
hashCode() - Method in class com.intel.hadoop.graphbuilder.graph.Vertex
 
hashCode() - Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.IngressKeyType
 
hashCode() - Method in class com.intel.hadoop.graphbuilder.types.DoubleType
 
hashCode() - Method in class com.intel.hadoop.graphbuilder.types.FloatType
 
hashCode() - Method in class com.intel.hadoop.graphbuilder.types.IntType
 
hashCode() - Method in class com.intel.hadoop.graphbuilder.types.LongType
 
hashCode() - Method in class com.intel.hadoop.graphbuilder.types.StringType
 
hashCode() - Method in class com.intel.hadoop.graphbuilder.util.Pair
 
HashIdMapper - Class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce
This mapper class maps an (vid, vdata) pair into (lvid, (vid, vdata)) pair.
HashIdMapper() - Constructor for class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.HashIdMapper
 
HashIdMapReduceTest - Class in com.intel.hadoop.graphbuilder.test.idnormalize
A runnable HashId Mapreduce taking arguments from commandline.
HashIdMapReduceTest() - Constructor for class com.intel.hadoop.graphbuilder.test.idnormalize.HashIdMapReduceTest
 
HashIdMR - Class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce
This MapReduce class maps a list of unique vertex into 2 parts of output: A dictionary from rawId to newId, and a new vertex data file using newId.
HashIdMR(GraphParser, FieldParser, FieldParser) - Constructor for class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.HashIdMR
Create the MapReduce Job with GraphParser, and vertex FieldParsers.
HashIdReducer - Class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce
Reducer class reduce the (baseid, List<(vid, vdata)>) into a dictionary (lvid, vid), and a new vertex data file (lvid, vdata), where lvid = baseid + vid.index * splitsize; Because the splitsize is fixed for all mapper using option mapred.line.input.format.linespermap in the JobConf, this guarantee all vids are mapped into [0, ..., |V|-1].
HashIdReducer() - Constructor for class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.HashIdReducer
 
hashpair(Object, Object) - Static method in class com.intel.hadoop.graphbuilder.util.HashUtil
 
HashUtil - Class in com.intel.hadoop.graphbuilder.util
Implementation of a hash combine from boost.
HashUtil() - Constructor for class com.intel.hadoop.graphbuilder.util.HashUtil
 
hasNext() - Method in class com.intel.hadoop.graphbuilder.graph.glgraph.EdgeList.EdgeIterator
 
hasNext() - Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.PairListIterator
 
hasVdata() - Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.CombinedVrecordValueType
 
hello() - Method in class com.intel.hadoop.graphbuilder.test.experimental.javassist.Foo
 

A B C D E F G H I J L M N O P R S T U V W X Z