public abstract class MultiMapKeyBasedOperation extends MultiMapOperation implements PartitionAwareOperation
| Modifier and Type | Field and Description | 
|---|---|
| protected Data | dataKey | 
| protected long | threadId | 
name, responseCALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID| Modifier | Constructor and Description | 
|---|---|
| protected  | MultiMapKeyBasedOperation() | 
| protected  | MultiMapKeyBasedOperation(String name,
                         Data dataKey) | 
| protected  | MultiMapKeyBasedOperation(String name,
                         Data dataKey,
                         long threadId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | delete() | 
| MultiMapValue | getMultiMapValueOrNull() | 
| MultiMapValue | getOrCreateMultiMapValue() | 
| long | getThreadId() | 
| protected void | readInternal(ObjectDataInput in) | 
| Collection<MultiMapRecord> | remove(boolean copyOf) | 
| void | setThreadId(long threadId) | 
| protected void | writeInternal(ObjectDataOutput out) | 
afterRun, beforeRun, getAsyncBackupCount, getFactoryId, getOrCreateContainer, getResponse, getServiceName, getSyncBackupCount, getValueCollectionType, hasListener, isBinary, publishEvent, returnsResponse, toData, toObject, toStringgetCallerAddress, 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, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPartitionIdgetIdreadData, writeDataprotected Data dataKey
protected long threadId
public long getThreadId()
public void setThreadId(long threadId)
public final MultiMapValue getOrCreateMultiMapValue()
public final MultiMapValue getMultiMapValueOrNull()
public final Collection<MultiMapRecord> remove(boolean copyOf)
public final void delete()
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class MultiMapOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class MultiMapOperationIOExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.