public class DirectBatchOperation extends AbstractParallelOperation
Modifier and Type | Class and Description |
---|---|
class |
DirectBatchOperation.PartitionReceiver |
channel, config, inEdge, logicalPlan, outMessages, syncs
Constructor and Description |
---|
DirectBatchOperation(Config config,
Communicator network,
LogicalPlan tPlan,
java.util.Set<java.lang.Integer> srcs,
java.util.Set<java.lang.Integer> dests,
Edge edge) |
Modifier and Type | Method and Description |
---|---|
BaseOperation |
getOp() |
void |
send(int source,
IMessage message) |
boolean |
send(int source,
IMessage message,
int dest)
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
public DirectBatchOperation(Config config, Communicator network, LogicalPlan tPlan, java.util.Set<java.lang.Integer> srcs, java.util.Set<java.lang.Integer> dests, Edge edge)
public void send(int source, IMessage message)
public boolean send(int source, IMessage message, int dest)
IParallelOperation
source
- sourcemessage
- the messagepublic BaseOperation getOp()