public static enum ElasticsearchHousekeepingActionSettingPojo.ActionType extends Enum<ElasticsearchHousekeepingActionSettingPojo.ActionType>
| Enum Constant and Description |
|---|
change_replica_count
update the number of replica for a given index
|
close_indices
close a given index
|
delete_indices
delete a given index
|
relocate_indices
relocate a given index
|
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchHousekeepingActionSettingPojo.ActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElasticsearchHousekeepingActionSettingPojo.ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElasticsearchHousekeepingActionSettingPojo.ActionType change_replica_count
public static final ElasticsearchHousekeepingActionSettingPojo.ActionType close_indices
public static final ElasticsearchHousekeepingActionSettingPojo.ActionType delete_indices
public static final ElasticsearchHousekeepingActionSettingPojo.ActionType relocate_indices
public static ElasticsearchHousekeepingActionSettingPojo.ActionType[] values()
for (ElasticsearchHousekeepingActionSettingPojo.ActionType c : ElasticsearchHousekeepingActionSettingPojo.ActionType.values()) System.out.println(c);
public static ElasticsearchHousekeepingActionSettingPojo.ActionType 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 © 2014–2022. All rights reserved.