Interface CompactionDispatcher.InitParameters

    • Method Detail

      • getOptions

        Map<String,​String> getOptions()
        Returns:
        The configured options. For example if the table properties table.compaction.dispatcher.opts.p1=abc and table.compaction.dispatcher.opts.p9=123 were set, then this map would contain p1=abc and p9=123.