See: Description
| Interface | Description |
|---|---|
| Message |
Common interface for Messages in the Pastry dissemination layer.
|
| Class | Description |
|---|---|
| AbstractRawMessage |
Common functionality for RawMessages in the Pastry dissemination layer.
|
| AbstractUpdate<UpdateType extends FastSerializable> |
Represents a push notification that a glob has been updated.
|
| AbstractUpdate.Reply |
A reply to an update message.
|
| Aggregate |
This should be sent when aggregation of object popularity data is to be
performed.
|
| AggregateInterval |
A self-scheduled message triggered once every aggregation interval.
|
| DataInputBuffer |
A class to merge DataInput and InputBuffer.
|
| DataOutputBuffer |
A class to merge DataOutput and OutputBuffer.
|
| Fetch |
A Fetch message represents a request to fetch a particular object.
|
| Fetch.Reply |
A reply to a Fetch message.
|
| ObjectUpdate |
Represents a push notification that an object group has been updated.
|
| Replicate |
This represents a Replicate message in the beehive system.
|
| Replicate.Reply |
A reply to a replicate message, carrying the requested objects.
|
| ReplicateInterval |
A self-scheduled message triggered once every replication interval.
|
| Enum | Description |
|---|---|
| RawMessageType |
Identifiers for each raw message sent over the network.
|