Modifier and Type | Method and Description |
---|---|
void |
ServerCommunicationSystem.send(int[] targets,
SystemMessage sm)
Send a message to target processes.
|
Modifier and Type | Method and Description |
---|---|
void |
ServersCommunicationLayer.send(int[] targets,
SystemMessage sm,
boolean useMAC) |
Constructor and Description |
---|
ServerConnection(ServerViewManager manager,
java.net.Socket socket,
int remoteId,
java.util.concurrent.LinkedBlockingQueue<SystemMessage> inQueue,
ServiceReplica replica) |
ServersCommunicationLayer(ServerViewManager manager,
java.util.concurrent.LinkedBlockingQueue<SystemMessage> inQueue,
ServiceReplica replica) |
Modifier and Type | Class and Description |
---|---|
class |
PaxosMessage
This class represents a message used in the paxos protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
TTPMessage |
Modifier and Type | Class and Description |
---|---|
class |
SMMessage
This classe represents a message used in the state transfer protocol
|
Modifier and Type | Class and Description |
---|---|
class |
StandardSMMessage |
Modifier and Type | Class and Description |
---|---|
class |
CSTSMMessage |
Modifier and Type | Class and Description |
---|---|
class |
TOMMessage
This class represents a total ordered message
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardedMessage
Message used to forward a client request to the current leader when the first
timeout for this request is triggered (see RequestTimer).
|
Modifier and Type | Class and Description |
---|---|
class |
LCMessage
Message used during leader change and synchronization
|