Uses of Class
com.alibaba.druid.pool.ha.node.NodeListener
-
Packages that use NodeListener Package Description com.alibaba.druid.pool.ha com.alibaba.druid.pool.ha.node -
-
Uses of NodeListener in com.alibaba.druid.pool.ha
Methods in com.alibaba.druid.pool.ha that return NodeListener Modifier and Type Method Description NodeListenerHighAvailableDataSource. getNodeListener()Methods in com.alibaba.druid.pool.ha with parameters of type NodeListener Modifier and Type Method Description voidHighAvailableDataSource. setNodeListener(NodeListener nodeListener) -
Uses of NodeListener in com.alibaba.druid.pool.ha.node
Subclasses of NodeListener in com.alibaba.druid.pool.ha.node Modifier and Type Class Description classFileNodeListenerA NodeList that monitors the change of a file.classZookeeperNodeListenerA NodeListener that watches a Zookeeper Path.
-