org.apache.accumulo.server.test.functional
Class BadIterator

java.lang.Object
  extended by org.apache.accumulo.core.iterators.WrappingIterator
      extended by org.apache.accumulo.server.test.functional.BadIterator
All Implemented Interfaces:
SortedKeyValueIterator<Key,Value>

public class BadIterator
extends WrappingIterator


Constructor Summary
BadIterator()
           
 
Method Summary
 SortedKeyValueIterator<Key,Value> deepCopy(IteratorEnvironment env)
           
 Key getTopKey()
           
 
Methods inherited from class org.apache.accumulo.core.iterators.WrappingIterator
getSource, getTopValue, hasTop, init, next, seek, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BadIterator

public BadIterator()
Method Detail

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>
Specified by:
deepCopy in class WrappingIterator


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.