Package | Description |
---|---|
org.apache.giraph.utils |
Package of all generic utility classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VertexIdEdgeIterator<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.
|
interface |
VertexIdMessageBytesIterator<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.
|
interface |
VertexIdMessageIterator<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 | Class and Description |
---|---|
class |
ByteStructVertexIdDataIterator<I extends org.apache.hadoop.io.WritableComparable,T>
Special iterator that reuses vertex ids and data objects so that the
lifetime of the object is only until next() is called.
|
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.
|
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 |
---|---|
VertexIdDataIterator<I,T> |
VertexIdData.getVertexIdDataIterator()
Get an iterator over the pairs.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.