public class TxnRemoveAllOperation extends MultiMapKeyBasedOperation implements BackupAwareOperation
dataKey, threadIdname, response| Constructor and Description | 
|---|
TxnRemoveAllOperation()  | 
TxnRemoveAllOperation(String name,
                     Data dataKey,
                     Collection<MultiMapRecord> records)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterRun()  | 
Operation | 
getBackupOperation()
Creates the  
BackupOperation responsible for making the backup. | 
int | 
getId()
Returns type identifier for this class. 
 | 
Collection<Long> | 
getRecordIds()  | 
protected void | 
readInternal(ObjectDataInput in)  | 
void | 
run()  | 
boolean | 
shouldBackup()
Checks if a backup needs to be made. 
 | 
protected void | 
writeInternal(ObjectDataOutput out)  | 
delete, getCollectionWrapper, getOrCreateCollectionWrapper, getThreadId, remove, setThreadIdbeforeRun, getAsyncBackupCount, getFactoryId, getOrCreateContainer, getResponse, getServiceName, getSyncBackupCount, getValueCollectionType, hasListener, isBinary, publishEvent, returnsResponse, toData, toObjectgetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsyncBackupCount, getSyncBackupCountgetPartitionIdreadData, writeDatapublic TxnRemoveAllOperation()
public TxnRemoveAllOperation(String name, Data dataKey, Collection<MultiMapRecord> records)
public void afterRun()
              throws Exception
afterRun in class MultiMapOperationExceptionpublic boolean shouldBackup()
BackupAwareOperationshouldBackup in interface BackupAwareOperationpublic Operation getBackupOperation()
BackupAwareOperationBackupOperation responsible for making the backup.getBackupOperation in interface BackupAwareOperationpublic Collection<Long> getRecordIds()
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class MultiMapKeyBasedOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class MultiMapKeyBasedOperationIOExceptionpublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializableCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.