Package | Description |
---|---|
org.apache.giraph.comm.messages |
Package of classes for storing messages.
|
org.apache.giraph.utils |
Package of all generic utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected L |
AbstractListPerVertexStore.getOrCreateList(VertexIdIterator<I> iterator)
Get the list of pointers for a vertex
Each pointer has information of how to access an encoded message
for this vertex
|
Modifier and Type | Interface and Description |
---|---|
interface |
VertexIdDataIterator<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.
|
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 |
ByteStructVertexIdIterator<I extends org.apache.hadoop.io.WritableComparable>
Common implementation for VertexIdEdgeIterator, VertexIdMessageIterator
and VertexIdMessageBytesIterator.
|
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 |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.