Package | Description |
---|---|
lib.easyjava.net.replication.multipaxos.message |
Modifier and Type | Class and Description |
---|---|
class |
AcceptRequest<E extends PaxosCommand>
A request for the cluster to accept a particular command in some command
slot.
|
class |
LearnedCommand<E extends PaxosCommand>
This message asserts that a command slot has already been filled by
successful completion of a round of Paxos.
|
class |
Promise<E extends PaxosCommand>
A promise to another node not to accept any proposal numbers lower than what
has just been received
|