Package | Description |
---|---|
org.apache.giraph.edge |
Package of Vertex implementations.
|
org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
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 |
HashMultimapEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
OutEdges implementation backed by an ArrayListMultimap . |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
ByteValueVertex<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Special version of vertex that holds the value in raw byte form to save
memory.
|
class |
DefaultVertex<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Class which holds vertex id, data and edges.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.