Enum CatDfaColumn

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

@JsonpDeserializable
public enum CatDfaColumn
extends java.lang.Enum<CatDfaColumn>
implements JsonEnum
See Also:
API specification
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>

    Nested classes/interfaces inherited from interface co.elastic.clients.json.JsonEnum

    JsonEnum.Deserializer<T extends JsonEnum>
  • Enum Constant Summary

    Enum Constants
    Enum Constant Description
    AssignmentExplanation
    Contains messages relating to the selection of a node.
    CreateTime
    The time when the data frame analytics job was created.
    Description
    A description of a job.
    DestIndex
    Name of the destination index.
    FailureReason
    Contains messages about the reason why a data frame analytics job failed.
    Id
    Identifier for the data frame analytics job.
    ModelMemoryLimit
    The approximate maximum amount of memory resources that are permitted for the data frame analytics job.
    NodeAddress
    The network address of the node that the data frame analytics job is assigned to.
    NodeEphemeralId
    The ephemeral ID of the node that the data frame analytics job is assigned to.
    NodeId
    The unique identifier of the node that the data frame analytics job is assigned to.
    NodeName
    The name of the node that the data frame analytics job is assigned to.
    Progress
    The progress report of the data frame analytics job by phase.
    SourceIndex
    Name of the source index.
    State
    Current state of the data frame analytics job.
    Type
    The type of analysis that the data frame analytics job performs.
    Version
    The Elasticsearch version number in which the data frame analytics job was created.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static JsonEnum.Deserializer<CatDfaColumn> _DESERIALIZER  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String[] aliases()  
    java.lang.String jsonValue()  
    static CatDfaColumn valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static CatDfaColumn[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface co.elastic.clients.json.JsonEnum

    serialize
  • 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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static CatDfaColumn valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null
    • jsonValue

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

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