public abstract class MultiMapKeyBasedOperation extends MultiMapOperation implements PartitionAwareOperation
Modifier and Type | Field and Description |
---|---|
protected Data |
dataKey |
protected long |
threadId |
name, response
CALL_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, toString
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, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPartitionId
getId
readData, writeData
protected 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 MultiMapOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class MultiMapOperation
IOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.