public class PartitionWideEntryWithPredicateOperation extends PartitionWideEntryOperation
mapContainer, mapService
name
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. |
protected Predicate |
getPredicate() |
protected void |
readInternal(ObjectDataInput in) |
String |
toString() |
protected void |
writeInternal(ObjectDataOutput out) |
getAsyncBackupCount, getResponse, getSyncBackupCount, innerBeforeRun, returnsResponse, run, shouldBackup
afterRun, beforeRun
getName
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPartitionId
public PartitionWideEntryWithPredicateOperation()
public PartitionWideEntryWithPredicateOperation(String name, EntryProcessor entryProcessor, Predicate predicate)
protected Predicate getPredicate()
getPredicate
in class PartitionWideEntryOperation
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class PartitionWideEntryOperation
IOException
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class PartitionWideEntryOperation
IOException
public String toString()
toString
in class PartitionWideEntryOperation
public Operation getBackupOperation()
BackupAwareOperation
BackupOperation
responsible for making the backup.getBackupOperation
in interface BackupAwareOperation
getBackupOperation
in class PartitionWideEntryOperation
Copyright © 2014 Hazelcast, Inc.. All rights reserved.