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 |
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 | Interface and Description |
---|---|
interface |
BatchExecutable |
interface |
FIFOExecutable |
interface |
SingleExecutable |
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.
|