public class CacheExpireBatchBackupOperation extends CacheOperation
cacheService, dontCreateCacheRecordStoreIfNotExist, recordStore, tenantContext, wanEventPublishernameGENERIC_PARTITION_ID| Constructor and Description |
|---|
CacheExpireBatchBackupOperation() |
CacheExpireBatchBackupOperation(String name,
Collection<ExpiredKey> expiredKeys,
int primaryEntryCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun()
Is executed called after
Operation.run() or Operation.call() method completes normally and the operation is not
blocked, see CallStatus.WAIT. |
protected void |
evictIfSame(ExpiredKey key) |
int |
getClassId()
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, toStringcall, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getClientCallId, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponse, getService, getWaitTimeout, isUrgent, onExecutionFailure, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, sendResponse, setCallerUuid, setClientCallId, 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 primaryEntryCount)
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 void afterRun()
throws Exception
OperationOperation.run() or Operation.call() method completes normally and the operation is not
blocked, see CallStatus.WAIT.
Runs after backups, before wait-notify.afterRun in class CacheOperationExceptionpublic ExceptionAction onInvocationException(Throwable throwable)
OperationException/Error is thrown
during an invocation. Invocation process will continue, it will retry
or fail according to returned ExceptionAction.
This method is called on caller side of the invocation.
onInvocationException in class CacheOperationthrowable - Exception/Error thrown during
invocationExceptionActionprotected void evictIfSame(ExpiredKey key)
public int getClassId()
IdentifiedDataSerializableprotected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class AbstractNamedOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class AbstractNamedOperationIOExceptionCopyright © 2019 Hazelcast, Inc.. All rights reserved.