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