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 Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface co.elastic.clients.json.JsonEnum
JsonEnum.Deserializer<T extends JsonEnum>
-
Enum Constant Summary
Enum 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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]
aliases()
static CatAllocationColumn
Returns 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
-
Shards
The number of shards on the node. -
ShardsUndesired
The number of shards scheduled to be moved elsewhere in the cluster. -
WriteLoadForecast
The sum of index write load forecasts. -
DiskIndicesForecast
The sum of shard size forecasts. -
DiskIndices
The disk space used by Elasticsearch indices. -
DiskUsed
The total disk space used on the node. -
DiskAvail
The available disk space on the node. -
DiskTotal
The total disk capacity of all volumes on the node. -
DiskPercent
The percentage of disk space used on the node. -
Host
IThe host of the node. -
Ip
The IP address of the node. -
Node
The name of the node. -
NodeRole
The roles assigned to the node.
-
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException
- if the argument is null
-
jsonValue
-
aliases
-