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