Uses of Enum
org.apache.shardingsphere.elasticjob.reg.listener.ConnectionStateChangedEventListener.State
Packages that use ConnectionStateChangedEventListener.State
-
Uses of ConnectionStateChangedEventListener.State in org.apache.shardingsphere.elasticjob.reg.listener
Methods in org.apache.shardingsphere.elasticjob.reg.listener that return ConnectionStateChangedEventListener.StateModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ConnectionStateChangedEventListener.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shardingsphere.elasticjob.reg.listener with parameters of type ConnectionStateChangedEventListener.StateModifier and TypeMethodDescriptionvoidConnectionStateChangedEventListener.onStateChanged(CoordinatorRegistryCenter registryCenter, ConnectionStateChangedEventListener.State newState) Invoke if connection state of registry center changed.