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>
OutEdges implementation 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>
OutEdges implementation backed by an ArrayListMultimap . |
class |
LongDiffNullArrayEdges
Implementation of
OutEdges with long ids
and null edge values, backed by a dynamic primitive array. |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.