public class MapPartitionDestroyOperation extends AbstractLocalOperation implements PartitionAwareOperation, AllowedDuringPassiveState
GENERIC_PARTITION_ID
Constructor and Description |
---|
MapPartitionDestroyOperation(PartitionContainer container,
MapContainer mapContainer) |
Modifier and Type | Method and Description |
---|---|
void |
run()
Runs the operation.
|
boolean |
validatesTarget() |
getFactoryId, getId, readInternal, writeInternal
afterRun, beforeRun, call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponse, getService, getServiceName, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPartitionId
readData, writeData
public MapPartitionDestroyOperation(PartitionContainer container, MapContainer mapContainer)
public void run()
Operation
Operation.run()
or Operation.call()
method should be implemented; not both.
Runs after wait-support, supposed to do actual operationrun
in class Operation
Operation.call()
public boolean validatesTarget()
validatesTarget
in class Operation
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.