Interface | Description |
---|---|
FindToken |
The find token used to search entries in the store
|
FindTokenFactory |
A factory interface to create the FindToken
|
ReplicationAPI |
This defines the API implemented by Ambry replication nodes.
|
Class | Description |
---|---|
FindTokenHelper |
Helper class to get findtoken based on replica type or input stream.
|
Enum | Description |
---|---|
FindTokenType |
The type of replica token
|
ReplicationModelType |
The model used for cross-colo replication
Under ALL_TO_ALL mode, all replicas of local data center replicate from all peer replicas in remote data centers
Under LEADER_BASED mode, only the leader replica of local data center (as elected by helix) will replicate with other leader replicas in remote data centers
|
Exception | Description |
---|---|
ReplicationException |