| Package | Description | 
|---|---|
| org.apache.giraph.edge | Package of Vertex implementations. | 
| org.apache.giraph.edge.primitives | Package of edge stores specialized for certain type of vertex ids. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleEdgeStore<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>Simple in memory edge store which supports any type of ids. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IntEdgeStore<V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>Special edge store to be used when ids are IntWritable. | 
| class  | LongEdgeStore<V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>Special edge store to be used when ids are LongWritable. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.