public class ByteWritableOp<T> extends Object implements IAggregableReduceOp<Writable,T>
IAggregableReduceOp operating on a Byte to one operating
on Writable instances. It's expected this will only work if that Writable
supports a conversion to Byte.
Created by huitseeker on 5/14/17.| Constructor and Description |
|---|
ByteWritableOp() |
| 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 © 2020. All rights reserved.