public static enum CommonTopicBasedPhysicalClusterMetadata.State extends Enum<CommonTopicBasedPhysicalClusterMetadata.State>
Enum Constant and Description |
---|
CLOSED |
FAILED_TO_START |
NOT_READY |
RUNNING |
STARTING |
Modifier and Type | Method and Description |
---|---|
static CommonTopicBasedPhysicalClusterMetadata.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonTopicBasedPhysicalClusterMetadata.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonTopicBasedPhysicalClusterMetadata.State NOT_READY
public static final CommonTopicBasedPhysicalClusterMetadata.State STARTING
public static final CommonTopicBasedPhysicalClusterMetadata.State RUNNING
public static final CommonTopicBasedPhysicalClusterMetadata.State CLOSED
public static final CommonTopicBasedPhysicalClusterMetadata.State FAILED_TO_START
public static CommonTopicBasedPhysicalClusterMetadata.State[] values()
for (CommonTopicBasedPhysicalClusterMetadata.State c : CommonTopicBasedPhysicalClusterMetadata.State.values()) System.out.println(c);
public static CommonTopicBasedPhysicalClusterMetadata.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