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.Filter
          extended by org.apache.accumulo.core.iterators.user.GrepIterator
              extended by org.apache.accumulo.core.iterators.GrepIterator
All Implemented Interfaces:
OptionDescriber, SortedKeyValueIterator<Key,Value>

Deprecated. since 1.4, replaced by GrepIterator

@Deprecated
public class GrepIterator
extends GrepIterator

This class remains here for backwards compatibility.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.accumulo.core.iterators.OptionDescriber
OptionDescriber.IteratorOptions
 
Field Summary
 
Fields inherited from class org.apache.accumulo.core.iterators.Filter
NEGATE
 
Constructor Summary
GrepIterator()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.iterators.user.GrepIterator
accept, deepCopy, init, setTerm
 
Methods inherited from class org.apache.accumulo.core.iterators.Filter
describeOptions, findTop, next, seek, setNegate, validateOptions
 
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 © 2015 Apache Accumulo Project. All rights reserved.