com.hazelcast.map.impl.operation
public abstract class AbstractMapOperation extends AbstractNamedOperation
Modifier and Type | Field and Description |
---|---|
protected MapContainer |
mapContainer |
protected MapService |
mapService |
name
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
Constructor and Description |
---|
AbstractMapOperation() |
AbstractMapOperation(String name) |
Modifier and Type | Method and Description |
---|---|
void |
afterRun() |
void |
beforeRun() |
String |
getServiceName() |
void |
innerBeforeRun() |
getName, readInternal, writeInternal
getResponse, returnsResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, logError, onException, readData, run, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
protected transient MapService mapService
protected transient MapContainer mapContainer
public AbstractMapOperation()
public AbstractMapOperation(String name)
public final void beforeRun() throws Exception
beforeRun
in class AbstractOperation
Exception
public String getServiceName()
getServiceName
in class Operation
public void innerBeforeRun()
public void afterRun() throws Exception
afterRun
in class AbstractOperation
Exception
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.