Package | Description |
---|---|
org.mariadb.jdbc.internal.failover.thread |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<TerminableRunnable.State> |
TerminableRunnable.runState |
Modifier and Type | Method and Description |
---|---|
static TerminableRunnable.State |
TerminableRunnable.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.
|