public abstract class AtomicReferenceBackupAwareOperation extends AtomicReferenceBaseOperation implements BackupAwareOperation
| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
shouldBackup  | 
name| Constructor and Description | 
|---|
AtomicReferenceBackupAwareOperation()  | 
AtomicReferenceBackupAwareOperation(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getAsyncBackupCount()
The asynchronous backup count. 
 | 
int | 
getSyncBackupCount()
The synchronous backup count. 
 | 
boolean | 
shouldBackup()
Checks if a backup needs to be made. 
 | 
afterRun, beforeRun, getFactoryId, getReference, getResponse, readInternal, returnsResponse, writeInternalgetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, run, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBackupOperationgetPartitionIdgetIdreadData, writeDatapublic AtomicReferenceBackupAwareOperation()
public AtomicReferenceBackupAwareOperation(String name)
public boolean shouldBackup()
BackupAwareOperationshouldBackup in interface BackupAwareOperationpublic int getSyncBackupCount()
BackupAwareOperationgetSyncBackupCount in interface BackupAwareOperationpublic int getAsyncBackupCount()
BackupAwareOperationgetAsyncBackupCount in interface BackupAwareOperationCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.