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 |
LongByteHashMapEdges
OutEdges implementation with long ids and byte edge values,
backed by a Long2ByteOpenHashMap . |
class |
LongDoubleHashMapEdges
OutEdges implementation with long ids and double edge values,
backed by a Long2DoubleOpenHashMap . |
class |
LongNullHashSetEdges
OutEdges implementation with long ids and null edge values,
backed by a LongOpenHashSet . |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.