Uses of Class
org.apache.pinot.common.response.broker.QueryProcessingException
-
Packages that use QueryProcessingException Package Description org.apache.pinot.common.response org.apache.pinot.common.response.broker -
-
Uses of QueryProcessingException in org.apache.pinot.common.response
Methods in org.apache.pinot.common.response that return types with arguments of type QueryProcessingException Modifier and Type Method Description List<QueryProcessingException>BrokerResponse. getProcessingExceptions()Get the list of exceptions -
Uses of QueryProcessingException in org.apache.pinot.common.response.broker
Methods in org.apache.pinot.common.response.broker that return types with arguments of type QueryProcessingException Modifier and Type Method Description List<QueryProcessingException>BrokerResponseNative. getProcessingExceptions()Methods in org.apache.pinot.common.response.broker with parameters of type QueryProcessingException Modifier and Type Method Description voidBrokerResponseNative. addToExceptions(QueryProcessingException processingException)Method parameters in org.apache.pinot.common.response.broker with type arguments of type QueryProcessingException Modifier and Type Method Description voidBrokerResponseNative. setProcessingExceptions(List<QueryProcessingException> processingExceptions)
-