Enum Class CatAllocationColumn

java.lang.Object
java.lang.Enum<CatAllocationColumn>
co.elastic.clients.elasticsearch.cat.CatAllocationColumn
All Implemented Interfaces:
JsonEnum, JsonpSerializable, Serializable, Comparable<CatAllocationColumn>, Constable

@JsonpDeserializable public enum CatAllocationColumn extends Enum<CatAllocationColumn> implements JsonEnum
See Also:
  • Enum Constant Details

    • Shards

      public static final CatAllocationColumn Shards
      The number of shards on the node.
    • ShardsUndesired

      public static final CatAllocationColumn ShardsUndesired
      The number of shards scheduled to be moved elsewhere in the cluster.
    • WriteLoadForecast

      public static final CatAllocationColumn WriteLoadForecast
      The sum of index write load forecasts.
    • DiskIndicesForecast

      public static final CatAllocationColumn DiskIndicesForecast
      The sum of shard size forecasts.
    • DiskIndices

      public static final CatAllocationColumn DiskIndices
      The disk space used by Elasticsearch indices.
    • DiskUsed

      public static final CatAllocationColumn DiskUsed
      The total disk space used on the node.
    • DiskAvail

      public static final CatAllocationColumn DiskAvail
      The available disk space on the node.
    • DiskTotal

      public static final CatAllocationColumn DiskTotal
      The total disk capacity of all volumes on the node.
    • DiskPercent

      public static final CatAllocationColumn DiskPercent
      The percentage of disk space used on the node.
    • Host

      public static final CatAllocationColumn Host
      IThe host of the node.
    • Ip

      public static final CatAllocationColumn Ip
      The IP address of the node.
    • Node

      public static final CatAllocationColumn Node
      The name of the node.
    • NodeRole

      public static final CatAllocationColumn NodeRole
      The roles assigned to the node.
  • Field Details

  • Method Details

    • values

      public static CatAllocationColumn[] 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

      public static CatAllocationColumn valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • jsonValue

      public String jsonValue()
      Specified by:
      jsonValue in interface JsonEnum
    • aliases

      public String[] aliases()
      Specified by:
      aliases in interface JsonEnum