Uses of Class
org.mariadb.jdbc.internal.failover.thread.TerminableRunnable.State
-
Packages that use TerminableRunnable.State Package Description org.mariadb.jdbc.internal.failover.thread -
-
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.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<TerminableRunnable.State>TerminableRunnable. runStateMethods in org.mariadb.jdbc.internal.failover.thread that return TerminableRunnable.State Modifier and Type Method Description static TerminableRunnable.StateTerminableRunnable.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TerminableRunnable.State[]TerminableRunnable.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-