|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.accumulo.core.iterators.WrappingIterator org.apache.accumulo.core.iterators.Combiner org.apache.accumulo.core.iterators.TypedValueCombiner<BigDecimal> org.apache.accumulo.core.iterators.user.BigDecimalCombiner org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalMinCombiner
public static class BigDecimalCombiner.BigDecimalMinCombiner
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.accumulo.core.iterators.user.BigDecimalCombiner |
---|
BigDecimalCombiner.BigDecimalEncoder, BigDecimalCombiner.BigDecimalMaxCombiner, BigDecimalCombiner.BigDecimalMinCombiner, BigDecimalCombiner.BigDecimalSummingCombiner |
Nested classes/interfaces inherited from class org.apache.accumulo.core.iterators.TypedValueCombiner |
---|
TypedValueCombiner.Encoder<V> |
Nested classes/interfaces inherited from class org.apache.accumulo.core.iterators.Combiner |
---|
Combiner.ValueIterator |
Nested classes/interfaces inherited from interface org.apache.accumulo.core.iterators.OptionDescriber |
---|
OptionDescriber.IteratorOptions |
Field Summary |
---|
Fields inherited from class org.apache.accumulo.core.iterators.TypedValueCombiner |
---|
LOSSY |
Fields inherited from class org.apache.accumulo.core.iterators.Combiner |
---|
ALL_OPTION, COLUMNS_OPTION |
Constructor Summary | |
---|---|
BigDecimalCombiner.BigDecimalMinCombiner()
|
Method Summary | |
---|---|
BigDecimal |
typedReduce(Key key,
Iterator<BigDecimal> iter)
Reduces a list of V into a single V. |
Methods inherited from class org.apache.accumulo.core.iterators.user.BigDecimalCombiner |
---|
describeOptions, init, validateOptions |
Methods inherited from class org.apache.accumulo.core.iterators.TypedValueCombiner |
---|
deepCopy, reduce, setEncoder, setEncoder, setLossyness, testEncoder, testEncoder |
Methods inherited from class org.apache.accumulo.core.iterators.Combiner |
---|
getTopKey, getTopValue, hasTop, next, seek, setColumns, setCombineAllColumns |
Methods inherited from class org.apache.accumulo.core.iterators.WrappingIterator |
---|
getSource, setSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BigDecimalCombiner.BigDecimalMinCombiner()
Method Detail |
---|
public BigDecimal typedReduce(Key key, Iterator<BigDecimal> iter)
TypedValueCombiner
typedReduce
in class TypedValueCombiner<BigDecimal>
key
- The most recent version of the Key being reduced.iter
- An iterator over the V for different versions of the key.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |