JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
The percentage of active shards.
The number of seconds since 1970-01-01 00:00:00.
The number of initializing nodes.
The wait time of the longest pending task.
The number of nodes that can store data.
The total number of nodes that can store data.
The number of pending tasks.
The number of primary shards.
The number of relocating nodes.
The total number of shards.
The time in HH:MM:SS format.
The number of unassigned shards.
The number of unassigned primary shards.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
Epoch
The number of seconds since 1970-01-01 00:00:00.
Timestamp
The time in HH:MM:SS format.
Cluster
The cluster name.
Status
The health status.
NodeTotal
The total number of nodes that can store data.
NodeData
The number of nodes that can store data.
Shards
The total number of shards.
Pri
The number of primary shards.
Relo
The number of relocating nodes.
Init
The number of initializing nodes.
Unassign
The number of unassigned shards.
UnassignPri
The number of unassigned primary shards.
PendingTasks
The number of pending tasks.
MaxTaskWaitTime
The wait time of the longest pending task.
ActiveShardsPercent
The percentage of active shards.
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 name
NullPointerException - if the argument is null