| 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  | HashMapEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> | 
| class  | IdAndNullArrayEdges<I extends org.apache.hadoop.io.WritableComparable>Implementation of  OutEdgeswith IDs and null edge values having
 their TypeOps. | 
| class  | IdAndValueArrayEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>Implementation of  OutEdgeswith IDs and Edge values having their
 TypeOps. | 
| class  | LongByteHashMapEdgesOutEdgesimplementation with long ids and byte edge values,
 backed by aLong2ByteOpenHashMap. | 
| class  | LongDiffNullArrayEdgesImplementation of  OutEdgeswith long ids
 and null edge values, backed by a dynamic primitive array. | 
| class  | LongDoubleArrayEdgesImplementation of  OutEdgeswith long ids and double edge
 values, backed by dynamic primitive arrays. | 
| class  | LongDoubleHashMapEdgesOutEdgesimplementation with long ids and double edge values,
 backed by aLong2DoubleOpenHashMap. | 
| class  | LongNullArrayEdgesImplementation of  OutEdgeswith long ids and null edge
 values, backed by a dynamic primitive array. | 
| class  | LongNullHashSetEdgesOutEdgesimplementation with long ids and null edge values,
 backed by aLongOpenHashSet. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.