Enum Class CatDfaColumn

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

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

    • AssignmentExplanation

      public static final CatDfaColumn AssignmentExplanation
      Contains messages relating to the selection of a node.
    • CreateTime

      public static final CatDfaColumn CreateTime
      The time when the data frame analytics job was created.
    • Description

      public static final CatDfaColumn Description
      A description of a job.
    • DestIndex

      public static final CatDfaColumn DestIndex
      Name of the destination index.
    • FailureReason

      public static final CatDfaColumn FailureReason
      Contains messages about the reason why a data frame analytics job failed.
    • Id

      public static final CatDfaColumn Id
      Identifier for the data frame analytics job.
    • ModelMemoryLimit

      public static final CatDfaColumn ModelMemoryLimit
      The approximate maximum amount of memory resources that are permitted for the data frame analytics job.
    • NodeAddress

      public static final CatDfaColumn NodeAddress
      The network address of the node that the data frame analytics job is assigned to.
    • NodeEphemeralId

      public static final CatDfaColumn NodeEphemeralId
      The ephemeral ID of the node that the data frame analytics job is assigned to.
    • NodeId

      public static final CatDfaColumn NodeId
      The unique identifier of the node that the data frame analytics job is assigned to.
    • NodeName

      public static final CatDfaColumn NodeName
      The name of the node that the data frame analytics job is assigned to.
    • Progress

      public static final CatDfaColumn Progress
      The progress report of the data frame analytics job by phase.
    • SourceIndex

      public static final CatDfaColumn SourceIndex
      Name of the source index.
    • State

      public static final CatDfaColumn State
      Current state of the data frame analytics job.
    • Type

      public static final CatDfaColumn Type
      The type of analysis that the data frame analytics job performs.
    • Version

      public static final CatDfaColumn Version
      The Elasticsearch version number in which the data frame analytics job was created.
  • Field Details

  • Method Details

    • values

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