public abstract class QueueBackupAwareOperation extends QueueOperation implements BackupAwareOperation
name, response| Modifier | Constructor and Description | 
|---|---|
protected  | 
QueueBackupAwareOperation()  | 
protected  | 
QueueBackupAwareOperation(String name)  | 
protected  | 
QueueBackupAwareOperation(String name,
                         long timeoutMillis)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getAsyncBackupCount()
The asynchronous backup count. 
 | 
int | 
getSyncBackupCount()
The synchronous backup count. 
 | 
afterRun, beforeRun, getFactoryId, getName, getOrCreateContainer, getQueueService, getResponse, getServiceName, hasListener, publishEvent, readInternal, returnsResponse, writeInternalgetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, 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, waitgetBackupOperation, shouldBackupgetPartitionIdgetIdreadData, writeDataprotected QueueBackupAwareOperation()
protected QueueBackupAwareOperation(String name)
protected QueueBackupAwareOperation(String name, long timeoutMillis)
public final int getSyncBackupCount()
BackupAwareOperationgetSyncBackupCount in interface BackupAwareOperationpublic final int getAsyncBackupCount()
BackupAwareOperationgetAsyncBackupCount in interface BackupAwareOperationCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.