Package | Description |
---|---|
org.apache.giraph.edge |
Package of Vertex implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
OutEdges implementation backed by a byte array. |
class |
IdAndNullArrayEdges<I extends org.apache.hadoop.io.WritableComparable>
Implementation of
OutEdges with 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
OutEdges with IDs and Edge values having their
TypeOps. |
class |
IntNullArrayEdges
Implementation of
OutEdges with int ids and null edge
values, backed by dynamic primitive array. |
class |
LongByteHashMapEdges
OutEdges implementation with long ids and byte edge values,
backed by a Long2ByteOpenHashMap . |
class |
LongDiffNullArrayEdges
Implementation of
OutEdges with long ids
and null edge values, backed by a dynamic primitive array. |
class |
LongDoubleArrayEdges
Implementation of
OutEdges with long ids and double edge
values, backed by dynamic primitive arrays. |
class |
LongDoubleHashMapEdges
OutEdges implementation with long ids and double edge values,
backed by a Long2DoubleOpenHashMap . |
class |
LongNullArrayEdges
Implementation of
OutEdges with long ids and null edge
values, backed by a dynamic primitive array. |
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.