public interface BackupAwareOperation extends PartitionAwareOperation
BackupOperation is created to replicate the backup.| Modifier and Type | Method and Description |
|---|---|
int |
getAsyncBackupCount()
The asynchronous backup count.
|
Operation |
getBackupOperation()
Creates the
BackupOperation responsible for making the backup. |
int |
getSyncBackupCount()
The synchronous backup count.
|
boolean |
shouldBackup()
Checks if a backup needs to be made.
|
getPartitionIdboolean shouldBackup()
If a call has not made any change, e.g. an AtomicLong increment with 0, no backup needs to be made.
int getSyncBackupCount()
int getAsyncBackupCount()
Operation getBackupOperation()
BackupOperation responsible for making the backup.BackupOperation responsible for making the backup.Copyright © 2019 Hazelcast, Inc.. All rights reserved.