public static enum ResourceSpec.ResourceType extends java.lang.Enum<ResourceSpec.ResourceType>
| Enum Constant and Description |
|---|
CLUSTER
CLUSTER
|
DELEGATION_TOKEN
DELEGATION_TOKEN
|
GROUP
GROUP
|
TOPIC
TOPIC
|
TRANSACTIONAL_ID
TRANSACTIONAL_ID
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceSpec.ResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceSpec.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceSpec.ResourceType TOPIC
public static final ResourceSpec.ResourceType GROUP
public static final ResourceSpec.ResourceType CLUSTER
public static final ResourceSpec.ResourceType TRANSACTIONAL_ID
public static final ResourceSpec.ResourceType DELEGATION_TOKEN
public static ResourceSpec.ResourceType[] values()
for (ResourceSpec.ResourceType c : ResourceSpec.ResourceType.values()) System.out.println(c);
public static ResourceSpec.ResourceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2023. All rights reserved.