Class ValidatorFilter

  • 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 ValidatorFilter
    extends AbstractElementFilter
    The ValidatorFilter will filter out Elements based on the validator functions given in the Schema that is passed to this iterator.

    If a Predicate returns false then the Element is removed.

    • Nested Class Summary

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

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

      Constructors 
      Constructor Description
      ValidatorFilter()  
    • Constructor Detail

      • ValidatorFilter

        public ValidatorFilter()
    • Method Detail

      • 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