Package | Description |
---|---|
lib.easyjava.net.replication.multipaxos.message |
Modifier and Type | Class and Description |
---|---|
class |
AcceptDenial
A negative response to an accept request, voting that the proposed value not
be accepted by the cluster.
|
class |
Accepted
A positive response to an accept request, voting that the proposed value be
accepted by the cluster.
|
class |
AcceptRequest<E extends PaxosCommand>
A request for the cluster to accept a particular command in some command
slot.
|
class |
CommandMessage<E extends PaxosCommand>
A PaxosMessage which contains a command.
|
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
|
class |
Proposal
An announcement to the Paxos cluster that a node would like to try to become
leader.
|
class |
ProposeDenial
A denial of a proposal, voting that the proposing node not be elected leader.
|