public class AggregableMultiOp<T> extends Object implements IAggregableReduceOp<T,List<Writable>>
Constructor and Description |
---|
AggregableMultiOp() |
Modifier and Type | Method and Description |
---|---|
void |
accept(T t) |
<U extends IAggregableReduceOp<T,List<Writable>>> |
combine(U accu) |
List<Writable> |
get() |
public <U extends IAggregableReduceOp<T,List<Writable>>> void combine(U accu)
combine
in interface IAggregableReduceOp<T,List<Writable>>
Copyright © 2022. All rights reserved.