public abstract class QueueBackupAwareOperation extends QueueOperation implements BackupAwareOperation
name, response
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
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, writeInternal
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, logError, onException, onExecutionFailure, onInvocationException, onSetCallId, readData, run, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBackupOperation, shouldBackup
getPartitionId
getId
readData, writeData
protected QueueBackupAwareOperation()
protected QueueBackupAwareOperation(String name)
protected QueueBackupAwareOperation(String name, long timeoutMillis)
public final int getSyncBackupCount()
BackupAwareOperation
getSyncBackupCount
in interface BackupAwareOperation
public final int getAsyncBackupCount()
BackupAwareOperation
getAsyncBackupCount
in interface BackupAwareOperation
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.