Uses of Class
org.apache.druid.query.QueryCapacityExceededException
-
Packages that use QueryCapacityExceededException Package Description org.apache.druid.query -
-
Uses of QueryCapacityExceededException in org.apache.druid.query
Methods in org.apache.druid.query that return QueryCapacityExceededException Modifier and Type Method Description static QueryCapacityExceededExceptionQueryCapacityExceededException. withErrorMessageAndResolvedHost(String errorMessage)This method sets hostName unlike constructors because this can be called in historicals while those constructors are only used in brokers.
-