public class PartitionBatchOperation extends AbstractParallelOperation
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PartitionBatchOperation.PartitionReceiver  | 
| Modifier and Type | Field and Description | 
|---|---|
protected BPartition | 
op  | 
channel, config, inEdge, logicalPlan, outMessages, syncs| Constructor and Description | 
|---|
PartitionBatchOperation(Config config,
                       Communicator network,
                       LogicalPlan tPlan,
                       java.util.Set<java.lang.Integer> sources,
                       java.util.Set<java.lang.Integer> targets,
                       Edge edge,
                       java.util.Map<java.lang.Integer,java.lang.Integer> srcGlobalToIndex,
                       java.util.Map<java.lang.Integer,java.lang.Integer> tgtsGlobalToIndex)  | 
| 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, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendBarrierprotected BPartition op
public PartitionBatchOperation(Config config, Communicator network, LogicalPlan tPlan, java.util.Set<java.lang.Integer> sources, java.util.Set<java.lang.Integer> targets, Edge edge, java.util.Map<java.lang.Integer,java.lang.Integer> srcGlobalToIndex, java.util.Map<java.lang.Integer,java.lang.Integer> tgtsGlobalToIndex)
public boolean send(int source,
                    IMessage message,
                    int flags)
IParallelOperationsource - sourcemessage - the messagepublic BaseOperation getOp()