public static enum TransactionMetadataStoreState.State extends Enum<TransactionMetadataStoreState.State>
TransactionMetadataStore.| Enum Constant and Description |
|---|
Close |
Initializing |
None |
Ready |
| Modifier and Type | Method and Description |
|---|---|
static TransactionMetadataStoreState.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionMetadataStoreState.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionMetadataStoreState.State None
public static final TransactionMetadataStoreState.State Initializing
public static final TransactionMetadataStoreState.State Ready
public static final TransactionMetadataStoreState.State Close
public static TransactionMetadataStoreState.State[] values()
for (TransactionMetadataStoreState.State c : TransactionMetadataStoreState.State.values()) System.out.println(c);
public static TransactionMetadataStoreState.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 nullCopyright © 2017–2021 Apache Software Foundation. All rights reserved.