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

A

AbstractEdgeTransformJob<VidType extends org.apache.hadoop.io.WritableComparable<VidType>,EdgeData extends org.apache.hadoop.io.Writable,TransformedEdata extends org.apache.hadoop.io.Writable> - Class in com.intel.hadoop.graphbuilder.job
An abstract wrapper class for running the Edge Transformation Job, see EdgeTransformMR.
AbstractEdgeTransformJob() - Constructor for class com.intel.hadoop.graphbuilder.job.AbstractEdgeTransformJob
 
AbstractIdNormalizationJob - Class in com.intel.hadoop.graphbuilder.job
An abstract wrapper class for running the Graph Id Normalization Job.
AbstractIdNormalizationJob() - Constructor for class com.intel.hadoop.graphbuilder.job.AbstractIdNormalizationJob
 
AbstractPartitionJob<VidType extends org.apache.hadoop.io.WritableComparable<VidType>,VertexData extends org.apache.hadoop.io.Writable,EdgeData extends org.apache.hadoop.io.Writable> - Class in com.intel.hadoop.graphbuilder.job
An abstract wrapper class for running the Partitioning Job.
AbstractPartitionJob() - Constructor for class com.intel.hadoop.graphbuilder.job.AbstractPartitionJob
 
AbstractPreprocessJob<VidType extends org.apache.hadoop.io.WritableComparable<VidType>,VertexData extends org.apache.hadoop.io.Writable,EdgeData extends org.apache.hadoop.io.Writable> - Class in com.intel.hadoop.graphbuilder.job
An abstract wrapper class for running the Preprocessing Job, which creates a graph from the raw input data.
AbstractPreprocessJob() - Constructor for class com.intel.hadoop.graphbuilder.job.AbstractPreprocessJob
 
add(CombinedEdgeValueType) - Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.CombinedEdgeValueType
Combines with other instance.
add(CombinedVrecordValueType<VidType, VertexData, EdgeData>) - Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.CombinedVrecordValueType
Combine with other VertexRecord value.
add(T1, T2) - Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.PairListType
Add a pair into the list.
add(DoubleType) - Method in class com.intel.hadoop.graphbuilder.types.DoubleType
 
add(EmptyType) - Method in class com.intel.hadoop.graphbuilder.types.EmptyType
 
add(FloatType) - Method in class com.intel.hadoop.graphbuilder.types.FloatType
 
add(IntType) - Method in class com.intel.hadoop.graphbuilder.types.IntType
 
add(LongType) - Method in class com.intel.hadoop.graphbuilder.types.LongType
 
add(T) - Method in interface com.intel.hadoop.graphbuilder.types.Mergable
 
addEdge(Integer, Integer, EdgeData) - Method in class com.intel.hadoop.graphbuilder.graph.glgraph.EdgeListStorage
Add an edge with source, target and edata to the storage.
addEdge(VidType, VidType, EdgeData) - Method in class com.intel.hadoop.graphbuilder.graph.glgraph.GLGraph
 
addEdge(VidType, VidType, EdgeData) - Method in interface com.intel.hadoop.graphbuilder.graph.Graph
Add a single edge to the graph.
addEdge(VidType, VidType, EdgeData) - Method in class com.intel.hadoop.graphbuilder.graph.simplegraph.SimpleGraph
 
addEdges(List<Integer>, List<Integer>, List<EdgeData>) - Method in class com.intel.hadoop.graphbuilder.graph.glgraph.EdgeListStorage
Add a list of edges.
addEdges(List<VidType>, List<VidType>, List<EdgeData>) - Method in class com.intel.hadoop.graphbuilder.graph.glgraph.GLGraph
 
addEdges(List<VidType>, List<VidType>, List<EdgeData>) - Method in interface com.intel.hadoop.graphbuilder.graph.Graph
Batch add a collection of edges to the graph.
addEdges(List<VidType>, List<VidType>, List<EdgeData>) - Method in class com.intel.hadoop.graphbuilder.graph.simplegraph.SimpleGraph
 
addMirror(short) - Method in class com.intel.hadoop.graphbuilder.graph.VertexRecord
 
addUserOpt(String, String) - Method in class com.intel.hadoop.graphbuilder.job.AbstractEdgeTransformJob
 
addUserOpt(String, String) - Method in class com.intel.hadoop.graphbuilder.job.AbstractPreprocessJob
 
addVertexRecord(VertexRecord<VidType, VertexData>) - Method in class com.intel.hadoop.graphbuilder.graph.glgraph.GLGraph
 
addVertexRecord(VertexRecord<VidType, VertexData>) - Method in interface com.intel.hadoop.graphbuilder.graph.Graph
Add a vertex record to the graph.
addVertexRecord(VertexRecord<VidType, VertexData>) - Method in class com.intel.hadoop.graphbuilder.graph.simplegraph.SimpleGraph
 
append(PairListType<T1, T2>) - Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.PairListType
Append the other list to the end.
applyFunction() - Method in class com.intel.hadoop.graphbuilder.job.AbstractEdgeTransformJob
 

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