| Interface | Description |
|---|---|
| BackupOps |
Interface for backup operations.
|
| BackupRole |
Interface for interacting with backup roles.
|
| Class | Description |
|---|---|
| AbstractBackupRole |
Abstract backup role implementation.
|
| BackupHandshakeMessage |
The backup message used for introducing backup-worker to leader.
|
| BackupHeartbeatMessage |
The backup message used for sending status of current backup to leader.
|
| BackupLeaderRole |
Implementation of
BackupRole for primary mode. |
| BackupRequestMessage |
The backup message used for signaling follower to start taking the backup.
|
| BackupSuspendMessage |
The backup message used for signaling follower to suspend its journals.
|
| BackupTracker |
Used to track and update status of a backup.
|
| BackupWorkerRole |
Implementation of
BackupRole for secondary mode. |
Copyright © 2020. All Rights Reserved.