Interface OptionDescriber

    • Method Detail

      • describeOptions

        OptionDescriber.IteratorOptions describeOptions()
        Gets an iterator options object that contains information needed to configure this iterator. This object will be used by the accumulo shell to prompt the user to input the appropriate information.
        Returns:
        an iterator options object
      • validateOptions

        boolean validateOptions​(Map<String,​String> options)
        Check to see if an options map contains all options required by an iterator and that the option values are in the expected formats.
        Parameters:
        options - a map of option names to option values
        Returns:
        true if options are valid, false otherwise (IllegalArgumentException preferred)
        Throws:
        IllegalArgumentException - if there are problems with the options