Uses of Class
org.apache.pinot.connector.presto.PinotScatterGatherQueryClient.ErrorCode
-
Packages that use PinotScatterGatherQueryClient.ErrorCode Package Description org.apache.pinot.connector.presto -
-
Uses of PinotScatterGatherQueryClient.ErrorCode in org.apache.pinot.connector.presto
Methods in org.apache.pinot.connector.presto that return PinotScatterGatherQueryClient.ErrorCode Modifier and Type Method Description PinotScatterGatherQueryClient.ErrorCodePinotScatterGatherQueryClient.PinotException. getErrorCode()static PinotScatterGatherQueryClient.ErrorCodePinotScatterGatherQueryClient.ErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static PinotScatterGatherQueryClient.ErrorCode[]PinotScatterGatherQueryClient.ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pinot.connector.presto with parameters of type PinotScatterGatherQueryClient.ErrorCode Constructor Description PinotException(PinotScatterGatherQueryClient.ErrorCode errorCode, String message)PinotException(PinotScatterGatherQueryClient.ErrorCode errorCode, String message, Throwable t)
-