Package | Description |
---|---|
bftsmart.clientsmanagement | |
bftsmart.paxosatwar.roles | |
bftsmart.tom | |
bftsmart.tom.core | |
bftsmart.tom.core.timer | |
bftsmart.tom.util |
Modifier and Type | Method and Description |
---|---|
boolean |
ClientsManager.requestReceived(TOMMessage request,
boolean fromClient,
ServerCommunicationSystem cs)
Notifies the ClientsManager that a new request from a client arrived.
|
Constructor and Description |
---|
Acceptor(ServerCommunicationSystem communication,
MessageFactory factory,
LeaderModule lm,
ServerViewManager manager)
Creates a new instance of Acceptor.
|
Proposer(ServerCommunicationSystem communication,
MessageFactory factory,
ServerViewManager manager)
Creates a new instance of Proposer
|
Modifier and Type | Method and Description |
---|---|
ServerCommunicationSystem |
ReplicaContext.getServerCommunicationSystem() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicaContext.setServerCommunicationSystem(ServerCommunicationSystem cs) |
Constructor and Description |
---|
ReplicaContext(ServerCommunicationSystem cs,
ServerViewManager SVManager) |
Modifier and Type | Method and Description |
---|---|
ServerCommunicationSystem |
TOMLayer.getCommunication()
Retrieve Communication system between replicas
|
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 |
---|
RequestsTimer(TOMLayer tomLayer,
ServerCommunicationSystem communication,
ServerViewManager reconfManager)
Creates a new instance of RequestsTimer
|
Constructor and Description |
---|
ShutdownHookThread(ServerCommunicationSystem scs,
LeaderModule lm,
Acceptor acceptor,
ExecutionManager manager,
TOMLayer tomLayer) |