Package | Description |
---|---|
org.apache.giraph.utils |
Package of all generic utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteStructVertexIdEdgeIterator<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
Special iterator that reuses vertex ids and edge objects so that the
lifetime of the object is only until next() is called.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ByteStructVertexIdDataIterator<I,T> |
AbstractVertexIdData.getVertexIdDataIterator() |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.