| Package | Description | 
|---|---|
| org.apache.giraph.edge | Package of Vertex implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HashMapEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> | 
| class  | LongByteHashMapEdgesOutEdgesimplementation with long ids and byte edge values,
 backed by aLong2ByteOpenHashMap. | 
| class  | LongDoubleHashMapEdgesOutEdgesimplementation with long ids and double edge values,
 backed by aLong2DoubleOpenHashMap. | 
| class  | LongNullHashSetEdgesOutEdgesimplementation with long ids and null edge values,
 backed by aLongOpenHashSet. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.