Enum Class CatDfaColumn
- All Implemented Interfaces:
- JsonEnum,- JsonpSerializable,- Serializable,- Comparable<CatDfaColumn>,- Constable
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface co.elastic.clients.json.JsonEnumJsonEnum.Deserializer<T extends JsonEnum>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionContains messages relating to the selection of a node.The time when the data frame analytics job was created.A description of a job.Name of the destination index.Contains messages about the reason why a data frame analytics job failed.Identifier for the data frame analytics job.The approximate maximum amount of memory resources that are permitted for the data frame analytics job.The network address of the node that the data frame analytics job is assigned to.The ephemeral ID of the node that the data frame analytics job is assigned to.The unique identifier of the node that the data frame analytics job is assigned to.The name of the node that the data frame analytics job is assigned to.The progress report of the data frame analytics job by phase.Name of the source index.Current state of the data frame analytics job.The type of analysis that the data frame analytics job performs.The Elasticsearch version number in which the data frame analytics job was created.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionString[]aliases()static CatDfaColumnReturns the enum constant of this class with the specified name.static CatDfaColumn[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
AssignmentExplanationContains messages relating to the selection of a node.
- 
CreateTimeThe time when the data frame analytics job was created.
- 
DescriptionA description of a job.
- 
DestIndexName of the destination index.
- 
FailureReasonContains messages about the reason why a data frame analytics job failed.
- 
IdIdentifier for the data frame analytics job.
- 
ModelMemoryLimitThe approximate maximum amount of memory resources that are permitted for the data frame analytics job.
- 
NodeAddressThe network address of the node that the data frame analytics job is assigned to.
- 
NodeEphemeralIdThe ephemeral ID of the node that the data frame analytics job is assigned to.
- 
NodeIdThe unique identifier of the node that the data frame analytics job is assigned to.
- 
NodeNameThe name of the node that the data frame analytics job is assigned to.
- 
ProgressThe progress report of the data frame analytics job by phase.
- 
SourceIndexName of the source index.
- 
StateCurrent state of the data frame analytics job.
- 
TypeThe type of analysis that the data frame analytics job performs.
- 
VersionThe Elasticsearch version number in which the data frame analytics job was created.
 
- 
- 
Field Details- 
_DESERIALIZER
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
- 
aliases
 
-