| Class | Description |
|---|---|
| EdgeValue |
Class that holds the value of each edge in the partitioning phase.
|
| FloatWritableArray |
A class representing an array of floats implementing the Writable interface.
|
| LinkedListWritable<T extends org.apache.hadoop.io.Writable> |
A class representing a Linked List implementing the Writable interface.
|
| LongWritableSet |
A set of LongWritable(s).
|
| PartitionedLongWritable |
This class identifies a vertex by its id and partition.
|
| PartitioningVertexValue |
This class holds the Vertex value during the partitioning phase.
|
| SetWritable<P extends org.apache.hadoop.io.Writable> |
Abstract implementation of a Set implementing the Writable (org.apache.hadoop.io.Writable) interface.
|