public class RetrieveAndDisposeResultOperation extends DisposeResultOperation implements BlockingOperation, MutatingOperation
nameGENERIC_PARTITION_ID| Constructor and Description |
|---|
RetrieveAndDisposeResultOperation() |
RetrieveAndDisposeResultOperation(String name,
int sequence) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAsyncBackupCount() |
DurableExecutorContainer |
getExecutorContainer() |
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
int |
getId()
Returns type identifier for this class.
|
Object |
getResponse()
Called if and only if
Operation.returnsResponse() returned true, shortly after Operation.run()
returns. |
String |
getServiceName() |
int |
getSyncBackupCount() |
WaitNotifyKey |
getWaitKey() |
void |
onWaitExpire() |
void |
run() |
boolean |
shouldBackup() |
boolean |
shouldWait() |
getBackupOperation, readInternal, writeInternalgetName, toStringafterRun, beforeRun, call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, returnsResponse, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetWaitTimeoutgetAsyncBackupCount, getSyncBackupCount, shouldBackupgetPartitionIdreadData, writeDatapublic RetrieveAndDisposeResultOperation()
public RetrieveAndDisposeResultOperation(String name, int sequence)
public void run()
throws Exception
run in class DisposeResultOperationExceptionpublic Object getResponse()
OperationOperation.returnsResponse() returned true, shortly after Operation.run()
returns.getResponse in class Operationpublic WaitNotifyKey getWaitKey()
getWaitKey in interface BlockingOperationpublic boolean shouldWait()
shouldWait in interface BlockingOperationpublic void onWaitExpire()
onWaitExpire in interface BlockingOperationpublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablegetId in class DisposeResultOperationpublic String getServiceName()
getServiceName in class Operationpublic DurableExecutorContainer getExecutorContainer()
public int getSyncBackupCount()
public int getAsyncBackupCount()
public boolean shouldBackup()
public int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializableCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.