public class ReduceBatchOperation extends AbstractParallelOperation
Modifier and Type | Class and Description |
---|---|
class |
ReduceBatchOperation.FinalSingularReceiver |
static class |
ReduceBatchOperation.ReduceFnImpl |
Modifier and Type | Field and Description |
---|---|
protected BReduce |
op |
channel, config, inEdge, logicalPlan, outMessages, syncs
Constructor and Description |
---|
ReduceBatchOperation(Config config,
Communicator network,
LogicalPlan tPlan,
java.util.Set<java.lang.Integer> sources,
java.util.Set<java.lang.Integer> dests,
Edge edge) |
Modifier and Type | Method and Description |
---|---|
BaseOperation |
getOp() |
boolean |
send(int source,
IMessage message,
int flags)
Send a message over the operation
|
close, finish, isComplete, progress, register, registerSync, reset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
sendBarrier
protected BReduce op
public ReduceBatchOperation(Config config, Communicator network, LogicalPlan tPlan, java.util.Set<java.lang.Integer> sources, java.util.Set<java.lang.Integer> dests, Edge edge)
public boolean send(int source, IMessage message, int flags)
IParallelOperation
source
- sourcemessage
- the messagepublic BaseOperation getOp()