类 PhoenixExceptionSorter
java.lang.Object
com.alibaba.druid.pool.vendor.PhoenixExceptionSorter
- 所有已实现的接口:
ExceptionSorter
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidconfigFromProperties(Properties properties) boolean解决phoenix 的错误 --Connection is null or closed
-
构造器详细资料
-
PhoenixExceptionSorter
public PhoenixExceptionSorter()
-
-
方法详细资料
-
isExceptionFatal
解决phoenix 的错误 --Connection is null or closed- 指定者:
isExceptionFatal在接口中ExceptionSorter- 参数:
e- the exception- 返回:
- a boolean indicating whether the SQLException is fatal
-
configFromProperties
- 指定者:
configFromProperties在接口中ExceptionSorter
-