public abstract class KeyBasedMapOperation extends MapOperation implements PartitionAwareOperation
| Modifier and Type | Field and Description |
|---|---|
protected Data |
dataKey |
protected Data |
dataValue |
protected long |
threadId |
createRecordStoreOnDemand, disposeDeferredBlocks, mapContainer, mapEventPublisher, mapService, mapServiceContext, recordStorenameGENERIC_PARTITION_ID| Modifier | Constructor and Description |
|---|---|
|
KeyBasedMapOperation() |
|
KeyBasedMapOperation(String name,
Data dataKey) |
protected |
KeyBasedMapOperation(String name,
Data dataKey,
Data dataValue) |
| Modifier and Type | Method and Description |
|---|---|
Data |
getKey() |
long |
getThreadId() |
Data |
getValue() |
protected void |
readInternal(ObjectDataInput in) |
void |
setThreadId(long threadId) |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, afterRunInternal, beforeRun, disableWanReplicationEvent, evict, getCallerProvenance, getFactoryId, getServiceName, getServiceNamespace, innerBeforeRun, invalidateAllKeysInNearCaches, invalidateNearCache, invalidateNearCache, isPostProcessing, logError, onExecutionFailure, publishLoadAsWanUpdate, publishWanRemove, publishWanUpdate, run, runInternal, setMapContainer, setMapService, wbqCapacityCountergetName, toStringcall, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getClientCallId, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponse, getService, getWaitTimeout, isUrgent, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, sendResponse, setCallerUuid, setClientCallId, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPartitionIdgetClassIdreadData, writeDataprotected long threadId
protected Data dataKey
protected Data dataValue
public final Data getKey()
public final long getThreadId()
getThreadId in class MapOperationpublic final void setThreadId(long threadId)
setThreadId in class MapOperationpublic final Data getValue()
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class AbstractNamedOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class AbstractNamedOperationIOExceptionCopyright © 2019 Hazelcast, Inc.. All rights reserved.