|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BackupAwareOperation
A BackupAwareOperation is an Operation to indicate then when a change is made, a
BackupOperation
is created to replicate the backup.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.hazelcast.spi.PartitionAwareOperation |
---|
getPartitionId |
Method Detail |
---|
boolean shouldBackup()
int getSyncBackupCount()
int getAsyncBackupCount()
Operation getBackupOperation()
BackupOperation
responsible for making the backup.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |