Package | Description |
---|---|
bftsmart.reconfiguration | |
bftsmart.reconfiguration.views | |
bftsmart.statemanagement | |
bftsmart.statemanagement.strategy | |
bftsmart.statemanagement.strategy.durability | |
bftsmart.tom |
Modifier and Type | Method and Description |
---|---|
View |
ViewManager.getCurrentView() |
View |
ReconfigureReply.getView() |
Modifier and Type | Method and Description |
---|---|
void |
ViewManager.reconfigureTo(View newView) |
void |
ServerViewManager.reconfigureTo(View newView) |
Constructor and Description |
---|
ReconfigureReply(View newView,
java.lang.String[] joinSet,
int lastExectConsensus,
int leader) |
Modifier and Type | Method and Description |
---|---|
View |
DefaultViewStorage.getView(byte[] bytes) |
View |
DefaultViewStorage.readView() |
View |
ViewStorage.readView() |
Modifier and Type | Method and Description |
---|---|
byte[] |
DefaultViewStorage.getBytes(View view) |
boolean |
DefaultViewStorage.storeView(View view) |
boolean |
ViewStorage.storeView(View view) |
Modifier and Type | Method and Description |
---|---|
View |
SMMessage.getView()
Retrieves the state log
|
Constructor and Description |
---|
StandardSMMessage(int sender,
int eid,
int type,
int replica,
ApplicationState state,
View view,
int regency,
int leader) |
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 |
---|---|
View |
ReplicaContext.getCurrentView()
Returns the current view of the replica group.
|