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 standby mode. |
Copyright © 2023. All Rights Reserved.