org.apache.accumulo.server.test.functional
Class BadCombiner
java.lang.Object
org.apache.accumulo.core.iterators.WrappingIterator
org.apache.accumulo.core.iterators.Combiner
org.apache.accumulo.server.test.functional.BadCombiner
- All Implemented Interfaces:
- OptionDescriber, SortedKeyValueIterator<Key,Value>
public class BadCombiner
- extends Combiner
| Methods inherited from class org.apache.accumulo.core.iterators.Combiner |
deepCopy, describeOptions, getTopKey, getTopValue, hasTop, init, next, seek, setColumns, setCombineAllColumns, validateOptions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BadCombiner
public BadCombiner()
reduce
public Value reduce(Key key,
Iterator<Value> iter)
- Specified by:
reduce in class Combiner
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.