| Modifier and Type | Class and Description |
|---|---|
class |
BFTMapBatchServer |
class |
BFTMapServer |
| Modifier and Type | Class and Description |
|---|---|
class |
CounterServer
Example replica that implements a BFT replicated service (a counter).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BFTListImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
LatencyServer
Simple server that just acknowledge the reception of a request.
|
class |
ThroughputLatencyServer
Simple server that just acknowledge the reception of a request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RandomServer |
| Modifier and Type | Class and Description |
|---|---|
class |
YCSBServer |
| Modifier and Type | Method and Description |
|---|---|
void |
StateSenderServer.setRecoverable(Recoverable recoverable) |
| Constructor and Description |
|---|
ServiceReplica(int id,
boolean isToJoin,
Executable executor,
Recoverable recoverer)
Constructor
|
ServiceReplica(int id,
Executable executor,
Recoverable recoverer)
Constructor
|
ServiceReplica(int id,
java.lang.String configHome,
boolean isToJoin,
Executable executor,
Recoverable recoverer) |
ServiceReplica(int id,
java.lang.String configHome,
Executable executor,
Recoverable recoverer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Recoverable |
DeliveryThread.getRecoverer() |
| Constructor and Description |
|---|
DeliveryThread(TOMLayer tomLayer,
ServiceReplica receiver,
Recoverable recoverer,
ServerViewManager manager)
Creates a new instance of DeliveryThread
|
TOMLayer(ExecutionManager manager,
ServiceReplica receiver,
Recoverable recoverer,
LeaderModule lm,
Acceptor a,
ServerCommunicationSystem cs,
ServerViewManager recManager)
Creates a new instance of TOMulticastLayer
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRecoverable |
class |
DefaultSingleRecoverable |
class |
FIFOExecutableRecoverable |
| Modifier and Type | Class and Description |
|---|---|
class |
DurabilityCoordinator
Implements the Collaborative State Transfer protocol.
|