org.apache.accumulo.core.iterators
Class GrepIterator

java.lang.Object
  extended by org.apache.accumulo.core.iterators.WrappingIterator
      extended by org.apache.accumulo.core.iterators.SkippingIterator
          extended by org.apache.accumulo.core.iterators.user.GrepIterator
              extended by org.apache.accumulo.core.iterators.GrepIterator
All Implemented Interfaces:
SortedKeyValueIterator<Key,Value>

Deprecated. since 1.4, replaced by GrepIterator

public class GrepIterator
extends GrepIterator

This class remains here for backwards compatibility.


Constructor Summary
GrepIterator()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.iterators.user.GrepIterator
consume, deepCopy, init, setTerm
 
Methods inherited from class org.apache.accumulo.core.iterators.SkippingIterator
next, seek
 
Methods inherited from class org.apache.accumulo.core.iterators.WrappingIterator
getSource, getTopKey, getTopValue, hasTop, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrepIterator

public GrepIterator()
Deprecated. 


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