Package | Description |
---|---|
org.apache.giraph.utils |
Package of all generic utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteStructVertexIdMessageBytesIterator<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
Special iterator that reuses vertex ids and messages bytes so that the
lifetime of the object is only until next() is called.
|
Modifier and Type | Method and Description |
---|---|
VertexIdMessageBytesIterator<I,M> |
ByteArrayOneMessageToManyIds.getVertexIdMessageBytesIterator() |
VertexIdMessageBytesIterator<I,M> |
VertexIdMessages.getVertexIdMessageBytesIterator()
Get specialized iterator that will instantiate the vertex id and
message of this object.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.