public class ContainsEntryOperation extends AbstractMultiMapOperation implements BlockingOperation, ReadonlyOperation
name, responseGENERIC_PARTITION_ID| Constructor and Description |
|---|
ContainsEntryOperation() |
ContainsEntryOperation(String name,
Data key,
Data value) |
ContainsEntryOperation(String name,
Data key,
Data value,
long threadId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns type identifier for this class.
|
long |
getThreadId() |
WaitNotifyKey |
getWaitKey() |
void |
onWaitExpire() |
protected void |
readInternal(ObjectDataInput in) |
void |
run() |
void |
setThreadId(long threadId) |
boolean |
shouldWait() |
protected void |
writeInternal(ObjectDataOutput out) |
getAsyncBackupCount, getFactoryId, getName, getOrCreateContainer, getOrCreateContainerWithoutAccess, getResponse, getServiceName, getServiceNamespace, getSyncBackupCount, getValueCollectionType, isBinary, publishEvent, toData, toObject, 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, waitgetWaitTimeoutgetPartitionIdreadData, writeDatapublic long getThreadId()
public void setThreadId(long threadId)
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class AbstractMultiMapOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class AbstractMultiMapOperationIOExceptionpublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablepublic WaitNotifyKey getWaitKey()
getWaitKey in interface BlockingOperationpublic boolean shouldWait()
shouldWait in interface BlockingOperationpublic void onWaitExpire()
onWaitExpire in interface BlockingOperationCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.