public static enum ElasticsearchConfiguration.Cluster.Type extends Enum<ElasticsearchConfiguration.Cluster.Type>
| Enum Constant and Description |
|---|
DATA_CLUSTER |
METRIC_CLUSTER |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchConfiguration.Cluster.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElasticsearchConfiguration.Cluster.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElasticsearchConfiguration.Cluster.Type DATA_CLUSTER
public static final ElasticsearchConfiguration.Cluster.Type METRIC_CLUSTER
public static ElasticsearchConfiguration.Cluster.Type[] values()
for (ElasticsearchConfiguration.Cluster.Type c : ElasticsearchConfiguration.Cluster.Type.values()) System.out.println(c);
public static ElasticsearchConfiguration.Cluster.Type 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 © 2023. All rights reserved.