Modifier and Type | Class and Description |
---|---|
class |
CounterState |
Modifier and Type | Method and Description |
---|---|
ApplicationState |
CounterServer.getState(int eid,
boolean sendState)
THIS IS JOAO'S CODE, TO HANDLE CHECKPOINTS
|
Modifier and Type | Method and Description |
---|---|
int |
CounterServer.setState(ApplicationState state) |
Modifier and Type | Method and Description |
---|---|
ApplicationState |
LatencyServer.getState(int eid,
boolean sendState) |
ApplicationState |
ThroughputLatencyServer.getState(int eid,
boolean sendState) |
Modifier and Type | Method and Description |
---|---|
int |
LatencyServer.setState(ApplicationState state) |
int |
ThroughputLatencyServer.setState(ApplicationState state) |
Modifier and Type | Method and Description |
---|---|
ApplicationState |
SMMessage.getState()
Retrieves the state log
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ApplicationState> |
BaseStateManager.receivedStates() |
Constructor and Description |
---|
StandardSMMessage(int sender,
int eid,
int type,
int replica,
ApplicationState state,
View view,
int regency,
int leader) |
Modifier and Type | Class and Description |
---|---|
class |
CSTState
Stores the data used to transfer the state to a recovering replica.
|
Modifier and Type | Method and Description |
---|---|
void |
StateSenderServer.setState(ApplicationState state) |
void |
StateSender.setState(ApplicationState state) |
Constructor and Description |
---|
CSTSMMessage(int sender,
int eid,
int type,
CSTRequestF1 cstConfig,
ApplicationState state,
View view,
int regency,
int leader) |
Modifier and Type | Method and Description |
---|---|
void |
DeliveryThread.update(ApplicationState state) |
Modifier and Type | Method and Description |
---|---|
ApplicationState |
Recoverable.getState(int eid,
boolean sendState)
This method should return a representation of the application state
|
Modifier and Type | Method and Description |
---|---|
int |
Recoverable.setState(ApplicationState state)
Sets the state to the representation obtained in the state transfer protocol
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultApplicationState
This classe represents a state tranfered from a replica to another.
|
Modifier and Type | Method and Description |
---|---|
ApplicationState |
FIFOExecutableRecoverable.getState(int eid,
boolean sendState) |
ApplicationState |
DefaultSingleRecoverable.getState(int eid,
boolean sendState) |
ApplicationState |
DefaultRecoverable.getState(int eid,
boolean sendState) |
Modifier and Type | Method and Description |
---|---|
int |
FIFOExecutableRecoverable.setState(ApplicationState recvState) |
int |
DefaultSingleRecoverable.setState(ApplicationState recvState) |
int |
DefaultRecoverable.setState(ApplicationState recvState) |
Modifier and Type | Method and Description |
---|---|
ApplicationState |
DurabilityCoordinator.getState(int eid,
boolean sendState) |
Modifier and Type | Method and Description |
---|---|
int |
DurabilityCoordinator.setState(ApplicationState recvState) |