Enum Class CatRecoveryColumn

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

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

    • Index

      public static final CatRecoveryColumn Index
      The index name.
    • Shard

      public static final CatRecoveryColumn Shard
      The shard name.
    • StartTime

      public static final CatRecoveryColumn StartTime
      The recovery start time.
    • StartTimeMillis

      public static final CatRecoveryColumn StartTimeMillis
      The recovery start time in epoch milliseconds.
    • StopTime

      public static final CatRecoveryColumn StopTime
      The recovery stop time.
    • StopTimeMillis

      public static final CatRecoveryColumn StopTimeMillis
      The recovery stop time in epoch milliseconds.
    • Time

      public static final CatRecoveryColumn Time
      The recovery time.
    • Type

      public static final CatRecoveryColumn Type
      The recovery type.
    • Stage

      public static final CatRecoveryColumn Stage
      The recovery stage.
    • SourceHost

      public static final CatRecoveryColumn SourceHost
      The source host.
    • SourceNode

      public static final CatRecoveryColumn SourceNode
      The source node name.
    • TargetHost

      public static final CatRecoveryColumn TargetHost
      The target host.
    • TargetNode

      public static final CatRecoveryColumn TargetNode
      The target node name.
    • Repository

      public static final CatRecoveryColumn Repository
      The repository.
    • Snapshot

      public static final CatRecoveryColumn Snapshot
      The snapshot.
    • Files

      public static final CatRecoveryColumn Files
      The number of files to recover.
    • FilesRecovered

      public static final CatRecoveryColumn FilesRecovered
      The files recovered.
    • FilesPercent

      public static final CatRecoveryColumn FilesPercent
      The percent of files recovered.
    • FilesTotal

      public static final CatRecoveryColumn FilesTotal
      The total number of files.
    • Bytes

      public static final CatRecoveryColumn Bytes
      The number of bytes to recover.
    • BytesRecovered

      public static final CatRecoveryColumn BytesRecovered
      The bytes recovered.
    • BytesPercent

      public static final CatRecoveryColumn BytesPercent
      The percent of bytes recovered.
    • BytesTotal

      public static final CatRecoveryColumn BytesTotal
      The total number of bytes.
    • TranslogOps

      public static final CatRecoveryColumn TranslogOps
      The number of translog ops to recover.
    • TranslogOpsRecovered

      public static final CatRecoveryColumn TranslogOpsRecovered
      The translog ops recovered.
    • TranslogOpsPercent

      public static final CatRecoveryColumn TranslogOpsPercent
      The percent of translog ops recovered.
  • Field Details

  • Method Details

    • values

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