public final class PartitionIteratingOperation extends AbstractOperation implements IdentifiedDataSerializable
| Modifier and Type | Class and Description |
|---|---|
static class |
PartitionIteratingOperation.PartitionResponse |
| Constructor and Description |
|---|
PartitionIteratingOperation() |
PartitionIteratingOperation(List<Integer> partitions,
OperationFactory operationFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun() |
int |
getFactoryId() |
int |
getId() |
Object |
getResponse() |
protected void |
readInternal(ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
protected void |
writeInternal(ObjectDataOutput out) |
beforeRungetCallerAddress, 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, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadData, writeDatapublic PartitionIteratingOperation(List<Integer> partitions, OperationFactory operationFactory)
public PartitionIteratingOperation()
public void afterRun()
throws Exception
afterRun in class AbstractOperationExceptionpublic final Object getResponse()
getResponse in class AbstractOperationpublic final boolean returnsResponse()
returnsResponse in class AbstractOperationprotected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class AbstractOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class AbstractOperationIOExceptionpublic int getFactoryId()
getFactoryId in interface IdentifiedDataSerializablepublic int getId()
getId in interface IdentifiedDataSerializableCopyright © 2021 Hazelcast, Inc.. All rights reserved.