com.hazelcast.map.impl.operation
Class AbstractMapOperation

java.lang.Object
  extended by com.hazelcast.spi.Operation
      extended by com.hazelcast.spi.AbstractOperation
          extended by com.hazelcast.spi.impl.AbstractNamedOperation
              extended by com.hazelcast.map.impl.operation.AbstractMapOperation
All Implemented Interfaces:
DataSerializable, RemotePropagatable<Operation>
Direct Known Subclasses:
ClearOperation, ContainsValueOperation, EvictAllBackupOperation, EvictAllOperation, GetAllOperation, LoadAllOperation, MapEntrySetOperation, MapFlushOperation, MapIsEmptyOperation, MapKeySetOperation, MapSizeOperation, MapValuesOperation, MultipleEntryBackupOperation, MultipleEntryOperation, PartitionCheckIfLoadedOperation, PartitionWideEntryBackupOperation, PartitionWideEntryOperation, PutAllBackupOperation, PutAllOperation, PutFromLoadAllBackupOperation, PutFromLoadAllOperation, QueryOperation, QueryPartitionOperation

public abstract class AbstractMapOperation
extends AbstractNamedOperation


Field Summary
protected  MapContainer mapContainer
           
protected  MapService mapService
           
 
Fields inherited from class com.hazelcast.spi.impl.AbstractNamedOperation
name
 
Constructor Summary
AbstractMapOperation()
           
AbstractMapOperation(String name)
           
 
Method Summary
 void afterRun()
           
 void beforeRun()
           
 void innerBeforeRun()
           
 boolean returnsResponse()
           
 
Methods inherited from class com.hazelcast.spi.impl.AbstractNamedOperation
getName, readInternal, writeInternal
 
Methods inherited from class com.hazelcast.spi.AbstractOperation
getResponse
 
Methods inherited from class com.hazelcast.spi.Operation
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mapService

protected transient MapService mapService

mapContainer

protected transient MapContainer mapContainer
Constructor Detail

AbstractMapOperation

public AbstractMapOperation()

AbstractMapOperation

public AbstractMapOperation(String name)
Method Detail

beforeRun

public final void beforeRun()
                     throws Exception
Overrides:
beforeRun in class AbstractOperation
Throws:
Exception

innerBeforeRun

public void innerBeforeRun()

afterRun

public void afterRun()
              throws Exception
Overrides:
afterRun in class AbstractOperation
Throws:
Exception

returnsResponse

public boolean returnsResponse()
Specified by:
returnsResponse in interface RemotePropagatable<Operation>
Overrides:
returnsResponse in class AbstractOperation


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.