K - type of the keypublic class StartProcessingJobOperation<K> extends AbstractOperation implements IdentifiedDataSerializable
| Constructor and Description |
|---|
StartProcessingJobOperation() |
StartProcessingJobOperation(String name,
String jobId,
Collection<K> keys,
KeyPredicate<K> predicate) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFactoryId() |
int |
getId() |
String |
getServiceName() |
void |
readInternal(ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRun, getResponsegetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, 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 StartProcessingJobOperation()
public StartProcessingJobOperation(String name, String jobId, Collection<K> keys, KeyPredicate<K> predicate)
public boolean returnsResponse()
returnsResponse in class AbstractOperationpublic String getServiceName()
getServiceName in class Operationpublic void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class AbstractOperationIOExceptionpublic 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.