Uses of Enum Class
org.mariadb.jdbc.internal.failover.thread.TerminableRunnable.State
Packages that use TerminableRunnable.State
-
Uses of TerminableRunnable.State in org.mariadb.jdbc.internal.failover.thread
Fields in org.mariadb.jdbc.internal.failover.thread with type parameters of type TerminableRunnable.StateModifier and TypeFieldDescriptionprivate final AtomicReference<TerminableRunnable.State>
TerminableRunnable.runState
Methods in org.mariadb.jdbc.internal.failover.thread that return TerminableRunnable.StateModifier and TypeMethodDescriptionstatic TerminableRunnable.State
Returns the enum constant of this class with the specified name.static TerminableRunnable.State[]
TerminableRunnable.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.