Class TunerConfig

  • All Implemented Interfaces:
    Serializable

    public class TunerConfig
    extends BaseJsonConfig
    Encapsulates custom config for org.apache.pinot.spi.config.table.tuner.TableConfigTuner The 'name' field specifies the exact type of tuner used for this table. This is used by the controller to retrieve the specific implementation during table creation.
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • setName

        public void setName​(String name)
      • getName

        public String getName()
      • setTunerProperties

        public void setTunerProperties​(Map<String,​String> tunerProperties)
      • getTunerProperties

        @Nullable
        public Map<String,​String> getTunerProperties()