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  BackupOperationresponsible for making the backup. | 
| int | getSyncBackupCount()The synchronous backup count. | 
| boolean | shouldBackup()Checks if a backup needs to be made. | 
getPartitionIdboolean shouldBackup()
int getSyncBackupCount()
int getAsyncBackupCount()
Operation getBackupOperation()
BackupOperation responsible for making the backup.BackupOperation responsible for making the backup.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.