Package | Description |
---|---|
org.apache.giraph.utils |
Package of all generic utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayOneMessageToManyIds<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
Stores a message and a list of target vertex ids.
|
class |
ByteArrayVertexIdData<I extends org.apache.hadoop.io.WritableComparable,T>
Stores pairs of vertex id and generic data in a single byte array
|
class |
ByteArrayVertexIdEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
Stores vertex id and edge pairs in a single byte array.
|
class |
ByteArrayVertexIdMessages<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
Stores vertex id and message pairs in a single byte array.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractVertexIdData<I,T> |
ByteStructVertexIdDataIterator.vertexIdData
VertexIdData to iterate over
|
Constructor and Description |
---|
ByteStructVertexIdDataIterator(AbstractVertexIdData<I,T> vertexIdData)
Constructor
|
ByteStructVertexIdEdgeIterator(AbstractVertexIdData<I,Edge<I,E>> vertexIdData)
Constructor
|
ByteStructVertexIdMessageBytesIterator(AbstractVertexIdData<I,M> vertexIdData)
Constructor with vertexIdData
|
ByteStructVertexIdMessageIterator(AbstractVertexIdData<I,M> vertexIdData)
Constructor with vertexIdData
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.