Uses of Class
com.intel.hadoop.graphbuilder.graph.Vertex

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

Uses of Vertex in com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
 

Methods in com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph that return types with arguments of type Vertex
 java.util.Iterator<Vertex<StringType,StringType>> WordCountGraphTokenizer.getVertices()
           
 

Uses of Vertex in com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph
 

Methods in com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph that return types with arguments of type Vertex
 java.util.Iterator<Vertex<StringType,EmptyType>> LinkGraphTokenizer.getVertices()
           
 

Uses of Vertex in com.intel.hadoop.graphbuilder.parser
 

Methods in com.intel.hadoop.graphbuilder.parser that return Vertex
 Vertex<VidType,VertexData> GraphParser.parseVertex(java.lang.String text, FieldParser<VidType> vidparser, FieldParser<VertexData> vdataparser)
           
 Vertex<VidType,VertexData> BasicGraphParser.parseVertex(java.lang.String text, FieldParser<VidType> vidparser, FieldParser<VertexData> vdataparser)
           
 

Uses of Vertex in com.intel.hadoop.graphbuilder.preprocess.inputformat
 

Methods in com.intel.hadoop.graphbuilder.preprocess.inputformat that return types with arguments of type Vertex
 java.util.Iterator<Vertex<VidType,VertexData>> GraphTokenizer.getVertices()
           
 

Uses of Vertex in com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue
 

Methods in com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue that return Vertex
 Vertex<VidType,VertexData> VertexEdgeUnionType.vertex()