Module replication

Source
Expand description

Module that contains important data structures to manage replication operations on the network.

Structs§

ReplBufferData
Important data to marshall from incoming relication payload and store in the replica buffer.
ReplConfigData
Struct respresenting data for configuring node replication.
ReplInfo
Struct containing important information for replication.

Enums§

ConsensusModel
This enum dictates how many nodes need to come to an agreement for consensus to be held during the impl of a strong consistency sync model.
ConsistencyModel
The consistency models supported.
ReplNetworkConfig
Enum containing configurations for replication.