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, NamedOperation
Direct Known Subclasses:
ClearOperation, ContainsValueOperation, EvictAllBackupOperation, EvictAllOperation, GetAllOperation, LoadAllOperation, LoadMapOperation, 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
 
Fields inherited from class com.hazelcast.spi.Operation
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
 
Constructor Summary
AbstractMapOperation()
           
AbstractMapOperation(String name)
           
 
Method Summary
 void afterRun()
           
 void beforeRun()
           
 String getServiceName()
           
 void innerBeforeRun()
           
 
Methods inherited from class com.hazelcast.spi.impl.AbstractNamedOperation
getName, readInternal, writeInternal
 
Methods inherited from class com.hazelcast.spi.AbstractOperation
getResponse, returnsResponse
 
Methods inherited from class com.hazelcast.spi.Operation
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
 
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

getServiceName

public String getServiceName()
Overrides:
getServiceName in class Operation

innerBeforeRun

public void innerBeforeRun()

afterRun

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


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