org.apache.accumulo.server.test.functional
Class BadIterator
java.lang.Object
org.apache.accumulo.core.iterators.WrappingIterator
org.apache.accumulo.server.test.functional.BadIterator
- All Implemented Interfaces:
- SortedKeyValueIterator<Key,Value>
public class BadIterator
- extends WrappingIterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BadIterator
public BadIterator()
getTopKey
public Key getTopKey()
- Specified by:
getTopKey in interface SortedKeyValueIterator<Key,Value>- Overrides:
getTopKey in class WrappingIterator
deepCopy
public SortedKeyValueIterator<Key,Value> deepCopy(IteratorEnvironment env)
- Specified by:
deepCopy in interface SortedKeyValueIterator<Key,Value>- Overrides:
deepCopy in class WrappingIterator
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.