public enum ElasticCkuDefinitionKey extends Enum<ElasticCkuDefinitionKey>
| Enum Constant and Description |
|---|
COMPACTED_PARTITION_COUNT |
CONNECTION_ATTEMPT |
CONNECTION_COUNT |
FETCH |
MAX_ELASTIC_CKU |
MIN_ELASTIC_CKU |
NON_COMPACTED_PARTITION_COUNT |
PRODUCE |
REQUEST_COUNT |
| Modifier and Type | Method and Description |
|---|---|
static ElasticCkuDefinitionKey | valueOf(String name)Returns the enum constant of this type with the specified name. |
static ElasticCkuDefinitionKey[] | values()Returns an array containing the constants of this enum type, in the order they are declared. |
public static final ElasticCkuDefinitionKey PRODUCE
public static final ElasticCkuDefinitionKey FETCH
public static final ElasticCkuDefinitionKey CONNECTION_COUNT
public static final ElasticCkuDefinitionKey CONNECTION_ATTEMPT
public static final ElasticCkuDefinitionKey REQUEST_COUNT
public static final ElasticCkuDefinitionKey COMPACTED_PARTITION_COUNT
public static final ElasticCkuDefinitionKey NON_COMPACTED_PARTITION_COUNT
public static final ElasticCkuDefinitionKey MIN_ELASTIC_CKU
public static final ElasticCkuDefinitionKey MAX_ELASTIC_CKU
public static ElasticCkuDefinitionKey[] values()
for (ElasticCkuDefinitionKey c : ElasticCkuDefinitionKey.values()) System.out.println(c);
public static ElasticCkuDefinitionKey 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