public abstract class AtomicReferenceBackupAwareOperation extends AbstractAtomicReferenceOperation implements BackupAwareOperation
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | shouldBackup | 
nameCALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID| 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. | 
getFactoryId, getReferenceContainer, getServiceName, readInternal, toString, writeInternalafterRun, beforeRun, getResponse, returnsResponsegetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, logError, onException, onExecutionFailure, onInvocationException, onSetCallId, readData, run, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 © 2016 Hazelcast, Inc.. All Rights Reserved.