Uses of Class
com.alibaba.druid.pool.ha.node.NodeEvent
-
Packages that use NodeEvent Package Description com.alibaba.druid.pool.ha.node -
-
Uses of NodeEvent in com.alibaba.druid.pool.ha.node
Methods in com.alibaba.druid.pool.ha.node that return types with arguments of type NodeEvent Modifier and Type Method Description static List<NodeEvent>NodeEvent. generateEvents(Properties properties, List<String> names, NodeEventTypeEnum type)static List<NodeEvent>NodeEvent. getEventsByDiffProperties(Properties previous, Properties next)Diff the given two Properties.List<NodeEvent>FileNodeListener. refresh()Load the properties file and diff with the stored Properties.abstract List<NodeEvent>NodeListener. refresh()The method implements the detail update logic.List<NodeEvent>ZookeeperNodeListener. refresh()Build Properties from PathChildrenCache.Methods in com.alibaba.druid.pool.ha.node with parameters of type NodeEvent Modifier and Type Method Description protected voidPoolUpdater. addNode(NodeEvent event)protected voidPoolUpdater. deleteNode(NodeEvent event)Method parameters in com.alibaba.druid.pool.ha.node with type arguments of type NodeEvent Modifier and Type Method Description voidNodeListener. update(List<NodeEvent> events)Notify the Observer.
-