public class HDMultipleEntryWithPredicateOperation extends HDMultipleEntryOperation
| 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 |
keys, operatorDEFAULT_FORCED_EVICTION_RETRY_COUNT, FORCED_EVICTION_RETRY_COUNT, PROP_FORCED_EVICTION_RETRY_COUNT| Constructor and Description |
|---|
HDMultipleEntryWithPredicateOperation() |
HDMultipleEntryWithPredicateOperation(String name,
Set<com.hazelcast.nio.serialization.Data> keys,
com.hazelcast.map.EntryProcessor entryProcessor,
com.hazelcast.query.Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun() |
com.hazelcast.spi.Operation |
getBackupOperation() |
int |
getId() |
com.hazelcast.query.Predicate |
getPredicate() |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
getAsyncBackupCount, getResponse, getSyncBackupCount, innerBeforeRun, runInternal, shouldBackupdisposeDeferredBlocks, evict, getFactoryId, getRetryCount, getThreadId, logError, onExecutionFailure, run, setThreadIdbeforeRun, canThisOpGenerateWANEvent, getCallerProvenance, getServiceName, getServiceNamespace, invalidateAllKeysInNearCaches, invalidateNearCache, invalidateNearCache, isPostProcessing, publishLoadAsWanUpdate, publishWanRemove, publishWanUpdate, setMapContainer, setMapServicecall, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, 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 HDMultipleEntryWithPredicateOperation()
public com.hazelcast.query.Predicate getPredicate()
public com.hazelcast.spi.Operation getBackupOperation()
getBackupOperation in interface com.hazelcast.spi.BackupAwareOperationgetBackupOperation in class HDMultipleEntryOperationprotected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeInternal in class HDMultipleEntryOperationIOExceptionprotected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readInternal in class HDMultipleEntryOperationIOExceptionpublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablegetId in class HDMultipleEntryOperationpublic void afterRun()
throws Exception
afterRun in class HDMapOperationExceptionCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.