| Package | Description | 
|---|---|
| org.apache.giraph.edge | Package of Vertex implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArrayListEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> | 
| class  | ByteArrayEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>OutEdgesimplementation backed by a byte array. | 
| class  | HashMapEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> | 
| class  | HashMultimapEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>OutEdgesimplementation backed by anArrayListMultimap. | 
| class  | LongDiffNullArrayEdgesImplementation of  OutEdgeswith long ids
 and null edge values, backed by a dynamic primitive array. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.