Package | Description |
---|---|
bftsmart.communication | |
bftsmart.paxosatwar.executionmanager | |
bftsmart.tom.core | |
bftsmart.tom.util |
Modifier and Type | Method and Description |
---|---|
void |
ServerCommunicationSystem.setAcceptor(Acceptor acceptor) |
void |
MessageHandler.setAcceptor(Acceptor acceptor) |
Modifier and Type | Method and Description |
---|---|
Acceptor |
ExecutionManager.getAcceptor()
Returns the acceptor role of the PaW algorithm
|
Constructor and Description |
---|
ExecutionManager(ServerViewManager manager,
Acceptor acceptor,
Proposer proposer,
int me)
Creates a new instance of ExecutionManager
|
Modifier and Type | Field and Description |
---|---|
Acceptor |
TOMLayer.acceptor |
Constructor and Description |
---|
TOMLayer(ExecutionManager manager,
ServiceReplica receiver,
Recoverable recoverer,
LeaderModule lm,
Acceptor a,
ServerCommunicationSystem cs,
ServerViewManager recManager)
Creates a new instance of TOMulticastLayer
|
Constructor and Description |
---|
ShutdownHookThread(ServerCommunicationSystem scs,
LeaderModule lm,
Acceptor acceptor,
ExecutionManager manager,
TOMLayer tomLayer) |