Class ClassicRangeElementPropertyFilterIterator

  • All Implemented Interfaces:
    org.apache.accumulo.core.iterators.OptionDescriber, org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,​org.apache.accumulo.core.data.Value>, org.apache.accumulo.core.iterators.YieldingKeyValueIterator<org.apache.accumulo.core.data.Key,​org.apache.accumulo.core.data.Value>

    public class ClassicRangeElementPropertyFilterIterator
    extends org.apache.accumulo.core.iterators.Filter
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.accumulo.core.iterators.OptionDescriber

        org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(org.apache.accumulo.core.data.Key key, org.apache.accumulo.core.data.Value value)  
      org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions describeOptions()  
      void init​(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,​org.apache.accumulo.core.data.Value> source, Map<String,​String> options, org.apache.accumulo.core.iterators.IteratorEnvironment env)  
      • Methods inherited from class org.apache.accumulo.core.iterators.Filter

        deepCopy, next, seek, setNegate, validateOptions
      • Methods inherited from class org.apache.accumulo.core.iterators.WrappingIterator

        getTopKey, getTopValue, hasTop
      • Methods inherited from interface org.apache.accumulo.core.iterators.YieldingKeyValueIterator

        enableYielding
    • Constructor Detail

      • ClassicRangeElementPropertyFilterIterator

        public ClassicRangeElementPropertyFilterIterator()
    • Method Detail

      • accept

        public boolean accept​(org.apache.accumulo.core.data.Key key,
                              org.apache.accumulo.core.data.Value value)
        Specified by:
        accept in class org.apache.accumulo.core.iterators.Filter
      • init

        public void init​(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,​org.apache.accumulo.core.data.Value> source,
                         Map<String,​String> options,
                         org.apache.accumulo.core.iterators.IteratorEnvironment env)
                  throws IOException
        Specified by:
        init in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,​org.apache.accumulo.core.data.Value>
        Overrides:
        init in class org.apache.accumulo.core.iterators.Filter
        Throws:
        IOException
      • describeOptions

        public org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions describeOptions()
        Specified by:
        describeOptions in interface org.apache.accumulo.core.iterators.OptionDescriber
        Overrides:
        describeOptions in class org.apache.accumulo.core.iterators.Filter