Class TunerConfig
- java.lang.Object
-
- org.apache.pinot.spi.config.BaseJsonConfig
-
- org.apache.pinot.spi.config.table.TunerConfig
-
- All Implemented Interfaces:
Serializable
public class TunerConfig extends BaseJsonConfig
Encapsulates custom config fororg.apache.pinot.spi.config.table.tuner.TableConfigTunerThe '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 Summary
Constructors Constructor Description TunerConfig(String name, Map<String,String> tunerProperties)
-
Method Summary
-
Methods inherited from class org.apache.pinot.spi.config.BaseJsonConfig
equals, hashCode, toJsonNode, toJsonString, toString
-
-