public class CacheExpireBatchBackupOperation extends CacheOperation
cacheService, dontCreateCacheRecordStoreIfNotExist, recordStore, wanEventPublishernameGENERIC_PARTITION_ID| Constructor and Description |
|---|
CacheExpireBatchBackupOperation() |
CacheExpireBatchBackupOperation(String name,
Collection<ExpiredKey> expiredKeys,
int ownerPartitionEntryCount) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evictIfSame(ExpiredKey key) |
int |
getId()
Returns type identifier for this class.
|
ExceptionAction |
onInvocationException(Throwable throwable)
Called when an Exception/Error is thrown
during an invocation.
|
protected void |
readInternal(ObjectDataInput in) |
void |
run()
Runs the operation.
|
protected void |
writeInternal(ObjectDataOutput out) |
beforeRun, beforeRunInternal, dispose, getAsyncBackupCount, getFactoryId, getServiceName, getServiceNamespace, getSyncBackupCount, logError, publishWanRemove, publishWanUpdate, publishWanUpdate, publishWanUpdategetName, toStringafterRun, call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponse, getService, getWaitTimeout, isUrgent, onExecutionFailure, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPartitionIdreadData, writeDatapublic CacheExpireBatchBackupOperation()
public CacheExpireBatchBackupOperation(String name, Collection<ExpiredKey> expiredKeys, int ownerPartitionEntryCount)
public void run()
OperationOperation.run() or Operation.call() method should be implemented; not both.
Runs after wait-support, supposed to do actual operationrun in class OperationOperation.call()public ExceptionAction onInvocationException(Throwable throwable)
OperationonInvocationException in class CacheOperationthrowable - Exception/Error thrown during
invocationprotected void evictIfSame(ExpiredKey key)
public int getId()
IdentifiedDataSerializableprotected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class AbstractNamedOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class AbstractNamedOperationIOExceptionCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.