Enum Class CatDatafeedColumn
- All Implemented Interfaces:
JsonEnum
,JsonpSerializable
,Serializable
,Comparable<CatDatafeedColumn>
,Constable
@JsonpDeserializable
public enum CatDatafeedColumn
extends Enum<CatDatafeedColumn>
implements JsonEnum
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface co.elastic.clients.json.JsonEnum
JsonEnum.Deserializer<T extends JsonEnum>
-
Enum Constant Summary
Enum ConstantDescriptionFor started datafeeds only, contains messages relating to the selection of a node.The number of buckets processed.A numerical character string that uniquely identifies the datafeed.For started datafeeds only, the network address of the node where the datafeed is started.For started datafeeds only, the ephemeral ID of the node where the datafeed is started.For started datafeeds only, the unique identifier of the node where the datafeed is started.For started datafeeds only, the name of the node where the datafeed is started.The status of the datafeed:starting
,started
,stopping
, orstopped
.The average search time per bucket, in milliseconds.The number of searches run by the datafeed.The exponential average search time per hour, in milliseconds.The total time the datafeed spent searching, in milliseconds. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
aliases()
static CatDatafeedColumn
Returns the enum constant of this class with the specified name.static CatDatafeedColumn[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Ae
For started datafeeds only, contains messages relating to the selection of a node. -
Bc
The number of buckets processed. -
Id
A numerical character string that uniquely identifies the datafeed. -
Na
For started datafeeds only, the network address of the node where the datafeed is started. -
Ne
For started datafeeds only, the ephemeral ID of the node where the datafeed is started. -
Ni
For started datafeeds only, the unique identifier of the node where the datafeed is started. -
Nn
For started datafeeds only, the name of the node where the datafeed is started. -
Sba
The average search time per bucket, in milliseconds. -
Sc
The number of searches run by the datafeed. -
Seah
The exponential average search time per hour, in milliseconds. -
St
The total time the datafeed spent searching, in milliseconds. -
S
The status of the datafeed:starting
,started
,stopping
, orstopped
. Ifstarting
, the datafeed has been requested to start but has not yet started. Ifstarted
, the datafeed is actively receiving data. Ifstopping
, the datafeed has been requested to stop gracefully and is completing its final action. Ifstopped
, the datafeed is stopped and will not receive data until it is re-started.
-
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
jsonValue
-
aliases
-