public abstract class CardinalityEstimatorBackupAwareOperation extends AbstractCardinalityEstimatorOperation implements BackupAwareOperation
Modifier and Type | Field and Description |
---|---|
protected boolean |
shouldBackup |
name
GENERIC_PARTITION_ID
Constructor and Description |
---|
CardinalityEstimatorBackupAwareOperation() |
CardinalityEstimatorBackupAwareOperation(String name) |
Modifier and Type | Method and Description |
---|---|
int |
getAsyncBackupCount()
The asynchronous backup count.
|
int |
getSyncBackupCount()
The synchronous backup count.
|
boolean |
shouldBackup()
Checks if a backup needs to be made.
|
getCardinalityEstimatorContainer, getFactoryId, getName, getServiceName, readInternal, toString, writeInternal
afterRun, beforeRun, call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponse, getService, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, run, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBackupOperation
getPartitionId
getId
readData, writeData
public CardinalityEstimatorBackupAwareOperation()
public CardinalityEstimatorBackupAwareOperation(String name)
public boolean shouldBackup()
BackupAwareOperation
If a call has not made any change, e.g. an AtomicLong increment with 0, no backup needs to be made.
shouldBackup
in interface BackupAwareOperation
public int getSyncBackupCount()
BackupAwareOperation
getSyncBackupCount
in interface BackupAwareOperation
public int getAsyncBackupCount()
BackupAwareOperation
getAsyncBackupCount
in interface BackupAwareOperation
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.