public abstract class AbstractKeyBasedMultiMapOperation extends AbstractMultiMapOperation implements PartitionAwareOperation
Modifier and Type | Field and Description |
---|---|
protected Data |
dataKey |
protected long |
threadId |
name, response
GENERIC_PARTITION_ID
Modifier | Constructor and Description |
---|---|
protected |
AbstractKeyBasedMultiMapOperation() |
protected |
AbstractKeyBasedMultiMapOperation(String name,
Data dataKey) |
protected |
AbstractKeyBasedMultiMapOperation(String name,
Data dataKey,
long threadId) |
Modifier and Type | Method and Description |
---|---|
protected void |
readInternal(ObjectDataInput in) |
void |
setThreadId(long threadId) |
protected void |
writeInternal(ObjectDataOutput out) |
getAsyncBackupCount, getFactoryId, getName, getOrCreateContainer, getOrCreateContainerWithoutAccess, getResponse, getServiceName, getServiceNamespace, getSyncBackupCount, getValueCollectionType, isBinary, publishEvent, toData, toObject, toString
afterRun, beforeRun, 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
getPartitionId
getId
readData, writeData
protected Data dataKey
protected long threadId
protected AbstractKeyBasedMultiMapOperation()
protected AbstractKeyBasedMultiMapOperation(String name, Data dataKey)
public final void setThreadId(long threadId)
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractMultiMapOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class AbstractMultiMapOperation
IOException
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.