public class PartitionWideEntryWithPredicateOperation extends PartitionWideEntryOperation
entryProcessor, operator, responsescreateRecordStoreOnDemand, mapContainer, mapEventPublisher, mapService, mapServiceContext, recordStorenameGENERIC_PARTITION_ID| Constructor and Description |
|---|
PartitionWideEntryWithPredicateOperation() |
PartitionWideEntryWithPredicateOperation(String name,
EntryProcessor entryProcessor,
Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
getBackupOperation()
Creates the
BackupOperation responsible for making the backup. |
int |
getId()
Returns type identifier for this class.
|
protected Predicate |
getPredicate() |
protected void |
readInternal(ObjectDataInput in) |
protected void |
toString(StringBuilder sb)
A template method allows for additional information to be passed into the
Operation.toString() method. |
protected void |
writeInternal(ObjectDataOutput out) |
getAsyncBackupCount, getResponse, getSyncBackupCount, innerBeforeRun, run, shouldBackupbeforeRun, evict, getFactoryId, getServiceName, getServiceNamespace, getThreadId, invalidateAllKeysInNearCaches, invalidateNearCache, invalidateNearCache, isPostProcessing, setMapContainer, setMapService, setThreadIdgetNameafterRun, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, returnsResponse, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPartitionIdreadData, writeDatapublic PartitionWideEntryWithPredicateOperation()
public PartitionWideEntryWithPredicateOperation(String name, EntryProcessor entryProcessor, Predicate predicate)
protected Predicate getPredicate()
getPredicate in class PartitionWideEntryOperationpublic Operation getBackupOperation()
BackupAwareOperationBackupOperation responsible for making the backup.getBackupOperation in interface BackupAwareOperationgetBackupOperation in class PartitionWideEntryOperationBackupOperation responsible for making the backup.protected void toString(StringBuilder sb)
OperationOperation.toString() method. So an Operation
subclass can override this method and add additional debugging content. The default implementation does nothing so
one is not forced to provide an empty implementation.
It is a good practice always to call the super.toString(stringBuffer) when implementing this method to make sure
that the super class can inject content if needed.toString in class AbstractNamedOperationsb - the StringBuilder to add the debug info to.protected void readInternal(ObjectDataInput in) throws IOException
readInternal in class PartitionWideEntryOperationIOExceptionprotected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class PartitionWideEntryOperationIOExceptionpublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablegetId in class PartitionWideEntryOperationCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.