Package io.trino.execution.warnings
Class WarningCollectorConfig
- java.lang.Object
-
- io.trino.execution.warnings.WarningCollectorConfig
-
public class WarningCollectorConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description WarningCollectorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxWarnings()WarningCollectorConfigsetMaxWarnings(int maxWarnings)
-
-
-
Method Detail
-
setMaxWarnings
@Config("warning-collector.max-warnings") public WarningCollectorConfig setMaxWarnings(int maxWarnings)
-
getMaxWarnings
public int getMaxWarnings()
-
-