com.hazelcast.map.impl.operation
Class EvictAllBackupOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.spi.AbstractOperation
com.hazelcast.spi.impl.AbstractNamedOperation
com.hazelcast.map.impl.operation.AbstractMapOperation
com.hazelcast.map.impl.operation.EvictAllBackupOperation
- All Implemented Interfaces:
- DataSerializable, BackupOperation, RemotePropagatable<Operation>, PartitionAwareOperation
public class EvictAllBackupOperation
- extends AbstractMapOperation
- implements BackupOperation, DataSerializable
Operation which evicts all keys except locked ones.
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, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeData |
EvictAllBackupOperation
public EvictAllBackupOperation()
EvictAllBackupOperation
public EvictAllBackupOperation(String name)
run
public void run()
throws Exception
- Specified by:
run
in class Operation
- Throws:
Exception
toString
public String toString()
- Overrides:
toString
in class Operation
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.