public class PipeBatchOperation extends AbstractParallelOperation
| Modifier and Type | Class and Description |
|---|---|
class |
PipeBatchOperation.PartitionReceiver |
channel, config, inEdge, logicalPlan, outMessages, syncs| Constructor and Description |
|---|
PipeBatchOperation(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, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendBarrierpublic PipeBatchOperation(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)
IParallelOperationsource - sourcemessage - the messagepublic BaseOperation getOp()