public class ReduceBatchFinalReceiver extends BaseReduceBatchFinalReceiver
reducedValueMap, reduceFunctionbarriers, destination, isSyncSent, messages, operation, sendPendingMax, sourcesOfTarget, syncReceived, syncState, targetStates, workerId| Constructor and Description |
|---|
ReduceBatchFinalReceiver(ReduceFunction reduce,
SingularReceiver receiver) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
handleFinished(int task,
java.lang.Object value)
Handle finish
|
void |
init(Config cfg,
DataFlowOperation op,
java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> expectedIds)
Initialize the message receiver with tasks from which messages are expected
For each sub edge in graph, for each path, gives the expected task ids
|
protected void |
onSyncEvent(int target,
byte[] value)
This method is called when there is a sync event on the operation
|
protected boolean |
sendSyncForward(int target)
Handle the sync
|
handleMessageaggregate, isAllEmpty, isFilledToSend, sendToTargetallQueuesEmpty, allSyncsPresent, clean, isComplete, onFinish, onMessage, progressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, onMessagepublic ReduceBatchFinalReceiver(ReduceFunction reduce, SingularReceiver receiver)
public void init(Config cfg, DataFlowOperation op, java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> expectedIds)
MessageReceivertarget -> source tasks
init in interface MessageReceiverinit in class ReduceBatchReceiverexpectedIds - expected task idsprotected boolean handleFinished(int task,
java.lang.Object value)
BaseReduceBatchFinalReceiverhandleFinished in class BaseReduceBatchFinalReceivertask - taskvalue - valueprotected boolean sendSyncForward(int target)
SourceReceiversendSyncForward in class SourceReceivertarget - targetprotected void onSyncEvent(int target,
byte[] value)
SourceReceiveronSyncEvent in class ReduceBatchReceivertarget - the target to which the sync event belongvalue - the byte value, can be null