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() |
public <W extends IAggregableReduceOp<Writable,T>> void combine(W accu)
combine in interface IAggregableReduceOp<Writable,T>Copyright © 2019. All rights reserved.