Class AccumuloConfiguration.MatchFilter

  • All Implemented Interfaces:
    com.google.common.base.Predicate<String>
    Enclosing class:
    AccumuloConfiguration

    public static class AccumuloConfiguration.MatchFilter
    extends Object
    implements com.google.common.base.Predicate<String>
    A filter that accepts properties whose keys are an exact match.
    • Constructor Detail

      • MatchFilter

        public MatchFilter​(String match)
        Creates a new filter.
        Parameters:
        match - prefix of property keys to accept
    • Method Detail

      • apply

        public boolean apply​(String key)
        Specified by:
        apply in interface com.google.common.base.Predicate<String>