Package | Description |
---|---|
org.apache.giraph.utils |
Package of all generic utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteStructVertexIdMessageIterator<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
Special iterator that reuses vertex ids and message objects so that the
lifetime of the object is only until next() is called.
|
class |
OneMessageToManyIdsIterator<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
VertexIdData iterator for
ByteArrayOneMessageToManyIds |
Modifier and Type | Method and Description |
---|---|
VertexIdMessageIterator<I,M> |
ByteArrayOneMessageToManyIds.getVertexIdMessageIterator() |
VertexIdMessageIterator<I,M> |
VertexIdMessages.getVertexIdMessageIterator()
Get specialized iterator that will instiantiate the vertex id and
message of this object.
|
Modifier and Type | Method and Description |
---|---|
static <I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable> |
VerboseByteStructMessageWrite.verboseWriteCurrentMessage(VertexIdMessageIterator<I,M> iterator,
DataOutput out)
verboseWriteCurrentMessage
de-serialize, then write messages
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.