Class TableTaskConfig
- java.lang.Object
-
- org.apache.pinot.spi.config.BaseJsonConfig
-
- org.apache.pinot.spi.config.table.TableTaskConfig
-
- All Implemented Interfaces:
Serializable
public class TableTaskConfig extends BaseJsonConfig
- See Also:
- Serialized Form
-
-
Method Summary
Modifier and Type Method Description Map<String,String>getConfigsForTaskType(String taskType)Map<String,Map<String,String>>getTaskTypeConfigsMap()booleanisTaskTypeEnabled(String taskType)-
Methods inherited from class org.apache.pinot.spi.config.BaseJsonConfig
equals, hashCode, toJsonNode, toJsonString, toString
-
-