org.apache.accumulo.test.functional
public class BadIterator extends WrappingIterator
Constructor and Description |
---|
BadIterator() |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueIterator<Key,Value> |
deepCopy(IteratorEnvironment env)
Creates a deep copy of this iterator as though seek had not yet been called.
|
Key |
getTopKey()
Returns top key.
|
getSource, getTopValue, hasTop, init, next, seek, setSource
public Key getTopKey()
SortedKeyValueIterator
getTopKey
in interface SortedKeyValueIterator<Key,Value>
getTopKey
in class WrappingIterator
public SortedKeyValueIterator<Key,Value> deepCopy(IteratorEnvironment env)
SortedKeyValueIterator
deepCopy
in interface SortedKeyValueIterator<Key,Value>
deepCopy
in class WrappingIterator
env
- IteratorEnvironment environment in which iterator is being run.Copyright © 2015 Apache Accumulo Project. All Rights Reserved.