public abstract class QueueBackupAwareOperation extends QueueOperation implements BackupAwareOperation
response
name
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, getContainer, getFactoryId, getQueueService, getResponse, getServiceName, hasListener, publishEvent
getName, readInternal, toString, writeInternal
call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, run, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBackupOperation, shouldBackup
getPartitionId
getId
readData, writeData
getName
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 © 2019 Hazelcast, Inc.. All Rights Reserved.