public class DispatchWithConditionOp<U> extends DispatchOp<Writable,U> implements IAggregableReduceOp<List<Writable>,List<U>>
DispatchOp that for each operation, tests the input list of elements for a Condition,
before dispatching the appropriate column of this element to its operation.
Operations are, as with DispatchOp bound one-to-one to a column.
However, the operation's Condition are per-record (a Writable list).
Created by huitseeker on 5/14/17.| Constructor and Description |
|---|
DispatchWithConditionOp(List<IAggregableReduceOp<Writable,List<U>>> ops,
List<Condition> conds) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(List<Writable> ts) |
combine, getclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcombineCopyright © 2019. All rights reserved.