Enum Class CatAllocationColumn
- All Implemented Interfaces:
- JsonEnum,- JsonpSerializable,- Serializable,- Comparable<CatAllocationColumn>,- Constable
@JsonpDeserializable
public enum CatAllocationColumn
extends Enum<CatAllocationColumn>
implements JsonEnum
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface co.elastic.clients.json.JsonEnumJsonEnum.Deserializer<T extends JsonEnum>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe available disk space on the node.The disk space used by Elasticsearch indices.The sum of shard size forecasts.The percentage of disk space used on the node.The total disk capacity of all volumes on the node.The total disk space used on the node.IThe host of the node.The IP address of the node.The name of the node.The roles assigned to the node.The number of shards on the node.The number of shards scheduled to be moved elsewhere in the cluster.The sum of index write load forecasts.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionString[]aliases()static CatAllocationColumnReturns the enum constant of this class with the specified name.static CatAllocationColumn[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ShardsThe number of shards on the node.
- 
ShardsUndesiredThe number of shards scheduled to be moved elsewhere in the cluster.
- 
WriteLoadForecastThe sum of index write load forecasts.
- 
DiskIndicesForecastThe sum of shard size forecasts.
- 
DiskIndicesThe disk space used by Elasticsearch indices.
- 
DiskUsedThe total disk space used on the node.
- 
DiskAvailThe available disk space on the node.
- 
DiskTotalThe total disk capacity of all volumes on the node.
- 
DiskPercentThe percentage of disk space used on the node.
- 
HostIThe host of the node.
- 
IpThe IP address of the node.
- 
NodeThe name of the node.
- 
NodeRoleThe roles assigned to the node.
 
- 
- 
Field Details- 
_DESERIALIZER
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
jsonValue
- 
aliases
 
-