Package | Description |
---|---|
org.apache.giraph.comm |
Package of communication related objects, IPC service.
|
org.apache.giraph.comm.requests |
Package for requests.
|
org.apache.giraph.utils |
Package of all generic utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SendVertexIdDataCache<I extends org.apache.hadoop.io.WritableComparable,T,B extends VertexIdData<I,T>>
An abstract structure for caching data indexed by vertex id,
to be sent to workers in bulk.
|
Modifier and Type | Class and Description |
---|---|
class |
SendWorkerDataRequest<I extends org.apache.hadoop.io.WritableComparable,T,B extends VertexIdData<I,T>>
Abstract request to send a collection of data, indexed by vertex id,
for a partition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VertexIdEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
Stores vertex id and out-edges of a vertex
|
interface |
VertexIdMessages<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
VertexIdMessages
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVertexIdData<I extends org.apache.hadoop.io.WritableComparable,T>
Partial implementation of vertexIdData
|
class |
ByteArrayOneMessageToManyIds<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
Stores a message and a list of target vertex ids.
|
class |
ByteArrayVertexIdData<I extends org.apache.hadoop.io.WritableComparable,T>
Stores pairs of vertex id and generic data in a single byte array
|
class |
ByteArrayVertexIdEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
Stores vertex id and edge pairs in a single byte array.
|
class |
ByteArrayVertexIdMessages<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
Stores vertex id and message pairs in a single byte array.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.