Uses of Package
com.intel.hadoop.graphbuilder.graph

Packages that use com.intel.hadoop.graphbuilder.graph
com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph   
com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph   
com.intel.hadoop.graphbuilder.graph   
com.intel.hadoop.graphbuilder.graph.glgraph   
com.intel.hadoop.graphbuilder.graph.simplegraph   
com.intel.hadoop.graphbuilder.parser   
com.intel.hadoop.graphbuilder.preprocess.inputformat   
com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue   
 

Classes in com.intel.hadoop.graphbuilder.graph used by com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
Edge
          Represents an Edge object with source, target vertex id and edge data.
Vertex
          Represents a vertex object with id and vertex data.
 

Classes in com.intel.hadoop.graphbuilder.graph used by com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph
Edge
          Represents an Edge object with source, target vertex id and edge data.
Vertex
          Represents a vertex object with id and vertex data.
 

Classes in com.intel.hadoop.graphbuilder.graph used by com.intel.hadoop.graphbuilder.graph
EdgeFormatter
          Controls the low level string representation of the graph output.
Graph
          A distributed graph partition consists of 3 parts: a partition id, a collection of local edges, and a collection of VertexRecords.
VertexRecord
          Represents a distributed vertex.
VrecordFormatter
          Controls the low level string representation of the VertexRecord.
 

Classes in com.intel.hadoop.graphbuilder.graph used by com.intel.hadoop.graphbuilder.graph.glgraph
EdgeFormatter
          Controls the low level string representation of the graph output.
Graph
          A distributed graph partition consists of 3 parts: a partition id, a collection of local edges, and a collection of VertexRecords.
GraphOutput
          Controls the high level output logic of a graph, including initializing, finalizing the Hadoop IO objects, and configuring the output directory.
VertexRecord
          Represents a distributed vertex.
 

Classes in com.intel.hadoop.graphbuilder.graph used by com.intel.hadoop.graphbuilder.graph.simplegraph
EdgeFormatter
          Controls the low level string representation of the graph output.
Graph
          A distributed graph partition consists of 3 parts: a partition id, a collection of local edges, and a collection of VertexRecords.
GraphOutput
          Controls the high level output logic of a graph, including initializing, finalizing the Hadoop IO objects, and configuring the output directory.
VertexRecord
          Represents a distributed vertex.
 

Classes in com.intel.hadoop.graphbuilder.graph used by com.intel.hadoop.graphbuilder.parser
Edge
          Represents an Edge object with source, target vertex id and edge data.
Vertex
          Represents a vertex object with id and vertex data.
 

Classes in com.intel.hadoop.graphbuilder.graph used by com.intel.hadoop.graphbuilder.preprocess.inputformat
Edge
          Represents an Edge object with source, target vertex id and edge data.
Vertex
          Represents a vertex object with id and vertex data.
 

Classes in com.intel.hadoop.graphbuilder.graph used by com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue
Edge
          Represents an Edge object with source, target vertex id and edge data.
Vertex
          Represents a vertex object with id and vertex data.