public class AggregableCheckingOp<T> extends Object implements IAggregableReduceOp<Writable,T>
IAggregableReduceOp exercised on a Writable that takes schema metadata
in its constructor, and checks the input Writable against the schema before accepting it.
Created by huitseeker on 5/8/17.| Constructor and Description |
|---|
AggregableCheckingOp() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Writable writable) |
<W extends IAggregableReduceOp<Writable,T>> |
combine(W accu) |
T |
get() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic <W extends IAggregableReduceOp<Writable,T>> void combine(W accu)
combine in interface IAggregableReduceOp<Writable,T>public void accept(Writable writable)
accept in interface java.util.function.Consumer<Writable>public T get()
get in interface java.util.function.Supplier<T>Copyright © 2017. All rights reserved.