Uses of Class
io.trino.testing.TestingWarningCollectorConfig
-
Packages that use TestingWarningCollectorConfig Package Description io.trino.testing -
-
Uses of TestingWarningCollectorConfig in io.trino.testing
Methods in io.trino.testing that return TestingWarningCollectorConfig Modifier and Type Method Description TestingWarningCollectorConfigTestingWarningCollectorConfig. setAddWarnings(boolean addWarnings)TestingWarningCollectorConfigTestingWarningCollectorConfig. setPreloadedWarnings(int preloadedWarnings)Methods in io.trino.testing with parameters of type TestingWarningCollectorConfig Modifier and Type Method Description WarningCollectorFactoryTestingWarningCollectorModule. createWarningCollectorFactory(WarningCollectorConfig config, TestingWarningCollectorConfig testConfig)Constructors in io.trino.testing with parameters of type TestingWarningCollectorConfig Constructor Description TestingWarningCollector(WarningCollectorConfig config, TestingWarningCollectorConfig testConfig)TestingWarningCollectorFactory(WarningCollectorConfig config, TestingWarningCollectorConfig testConfig)
-