Package | Description |
---|---|
lib.easyjava.net.replication.multipaxos | |
lib.easyjava.net.replication.multipaxos.message |
Modifier and Type | Class and Description |
---|---|
class |
PaxosNode<E extends PaxosCommand>
A node in a multi-Paxos cluster.
|
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 |
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
|
Modifier and Type | Field and Description |
---|---|
E |
CommandMessage.command |