public abstract class MapOperation extends AbstractNamedOperation
| Modifier and Type | Field and Description |
|---|---|
protected MapContainer |
mapContainer |
protected MapService |
mapService |
protected MapServiceContext |
mapServiceContext |
nameCALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID| Constructor and Description |
|---|
MapOperation() |
MapOperation(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun() |
void |
beforeRun() |
String |
getServiceName() |
long |
getThreadId() |
void |
innerBeforeRun() |
void |
setMapContainer(MapContainer mapContainer) |
void |
setMapService(MapService mapService) |
void |
setThreadId(long threadId) |
getName, readInternal, toString, writeInternalgetResponse, returnsResponsegetCallerAddress, 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, writeDataprotected transient MapService mapService
protected transient MapContainer mapContainer
protected transient MapServiceContext mapServiceContext
public MapOperation()
public MapOperation(String name)
public void setMapService(MapService mapService)
public void setMapContainer(MapContainer mapContainer)
public void beforeRun()
throws Exception
beforeRun in class AbstractOperationExceptionpublic String getServiceName()
getServiceName in class Operationpublic void afterRun()
throws Exception
afterRun in class AbstractOperationExceptionpublic void setThreadId(long threadId)
public long getThreadId()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.