public static enum TenantClientQuotaConsumer.State extends Enum<TenantClientQuotaConsumer.State>
| Enum Constant and Description |
|---|
CLOSED |
FAILED_TO_START |
NOT_ENABLED |
NOT_STARTED |
RUNNING |
STARTING |
| Modifier and Type | Method and Description |
|---|---|
static TenantClientQuotaConsumer.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TenantClientQuotaConsumer.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TenantClientQuotaConsumer.State NOT_STARTED
public static final TenantClientQuotaConsumer.State NOT_ENABLED
public static final TenantClientQuotaConsumer.State STARTING
public static final TenantClientQuotaConsumer.State RUNNING
public static final TenantClientQuotaConsumer.State CLOSED
public static final TenantClientQuotaConsumer.State FAILED_TO_START
public static TenantClientQuotaConsumer.State[] values()
for (TenantClientQuotaConsumer.State c : TenantClientQuotaConsumer.State.values()) System.out.println(c);
public static TenantClientQuotaConsumer.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null