@ThreadSafe public class DefaultWarningCollector extends Object implements WarningCollector
NOOP| Constructor and Description |
|---|
DefaultWarningCollector(WarningCollectorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(PrestoWarning warning) |
List<PrestoWarning> |
getWarnings() |
public DefaultWarningCollector(WarningCollectorConfig config)
public void add(PrestoWarning warning)
add in interface WarningCollectorpublic List<PrestoWarning> getWarnings()
getWarnings in interface WarningCollectorCopyright © 2012–2019. All rights reserved.