public abstract class AbstractMapOperation extends AbstractNamedOperation
Modifier and Type | Field and Description |
---|---|
protected MapContainer |
mapContainer |
protected MapService |
mapService |
name
Constructor and Description |
---|
AbstractMapOperation() |
AbstractMapOperation(String name) |
Modifier and Type | Method and Description |
---|---|
void |
afterRun() |
void |
beforeRun() |
void |
innerBeforeRun() |
boolean |
returnsResponse() |
getName, readInternal, writeInternal
getResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, onException, readData, run, setCallerUuid, setExecutorName, 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 void innerBeforeRun()
public void afterRun() throws Exception
afterRun
in class AbstractOperation
Exception
public boolean returnsResponse()
returnsResponse
in interface RemotePropagatable<Operation>
returnsResponse
in class AbstractOperation
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.