Uses of Class
com.alibaba.druid.pool.ha.node.NodeEventTypeEnum
-
Packages that use NodeEventTypeEnum Package Description com.alibaba.druid.pool.ha.node -
-
Uses of NodeEventTypeEnum in com.alibaba.druid.pool.ha.node
Methods in com.alibaba.druid.pool.ha.node that return NodeEventTypeEnum Modifier and Type Method Description NodeEventTypeEnumNodeEvent. getType()static NodeEventTypeEnumNodeEventTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeEventTypeEnum[]NodeEventTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.pool.ha.node with parameters of type NodeEventTypeEnum Modifier and Type Method Description static List<NodeEvent>NodeEvent. generateEvents(Properties properties, List<String> names, NodeEventTypeEnum type)voidNodeEvent. setType(NodeEventTypeEnum type)
-