K - type of the keyV - type of the valuepublic class KeyValueJobOperation<K,V> extends AbstractOperation implements IdentifiedDataSerializable
KeyValueSource based
map reduce operation on all cluster members.| Constructor and Description |
|---|
KeyValueJobOperation() |
KeyValueJobOperation(String name,
String jobId,
int chunkSize,
KeyValueSource<K,V> keyValueSource,
Mapper mapper,
CombinerFactory combinerFactory,
ReducerFactory reducerFactory,
boolean communicateStats,
TopologyChangedStrategy topologyChangedStrategy) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFactoryId() |
int |
getId() |
Object |
getResponse() |
String |
getServiceName() |
void |
readInternal(ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRungetCallerAddress, 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 KeyValueJobOperation()
public KeyValueJobOperation(String name, String jobId, int chunkSize, KeyValueSource<K,V> keyValueSource, Mapper mapper, CombinerFactory combinerFactory, ReducerFactory reducerFactory, boolean communicateStats, TopologyChangedStrategy topologyChangedStrategy)
public String getServiceName()
getServiceName in class Operationpublic boolean returnsResponse()
returnsResponse in class AbstractOperationpublic Object getResponse()
getResponse in class AbstractOperationpublic 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.