public class HDPartitionWideEntryWithPredicateBackupOperation extends HDPartitionWideEntryBackupOperation
| Modifier and Type | Field and Description |
|---|---|
protected com.hazelcast.map.EntryBackupProcessor |
backupProcessor |
protected com.hazelcast.map.EntryProcessor |
entryProcessor |
protected com.hazelcast.map.impl.MapEntries |
responses |
DEFAULT_FORCED_EVICTION_RETRY_COUNT, FORCED_EVICTION_RETRY_COUNT, PROP_FORCED_EVICTION_RETRY_COUNT| Constructor and Description |
|---|
HDPartitionWideEntryWithPredicateBackupOperation() |
HDPartitionWideEntryWithPredicateBackupOperation(String name,
com.hazelcast.map.EntryBackupProcessor entryProcessor,
com.hazelcast.query.Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun() |
int |
getId() |
protected com.hazelcast.query.Predicate |
getPredicate() |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
getResponse, runInternaldisposeDeferredBlocks, evict, getFactoryId, getRetryCount, getThreadId, innerBeforeRun, logError, onExecutionFailure, run, setThreadIdbeforeRun, getServiceName, getServiceNamespace, invalidateAllKeysInNearCaches, invalidateNearCache, invalidateNearCache, isPostProcessing, setMapContainer, setMapServicecall, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, onInvocationException, onSetCallId, readData, returnsResponse, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDataprotected com.hazelcast.map.impl.MapEntries responses
protected com.hazelcast.map.EntryProcessor entryProcessor
protected com.hazelcast.map.EntryBackupProcessor backupProcessor
public HDPartitionWideEntryWithPredicateBackupOperation()
public HDPartitionWideEntryWithPredicateBackupOperation(String name, com.hazelcast.map.EntryBackupProcessor entryProcessor, com.hazelcast.query.Predicate predicate)
protected com.hazelcast.query.Predicate getPredicate()
protected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readInternal in class HDPartitionWideEntryBackupOperationIOExceptionprotected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeInternal in class HDPartitionWideEntryBackupOperationIOExceptionpublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablegetId in class HDPartitionWideEntryBackupOperationpublic void afterRun()
throws Exception
afterRun in class HDMapOperationExceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.