Enum Class CatNodeColumn
- All Implemented Interfaces:
JsonEnum
,JsonpSerializable
,Serializable
,Comparable<CatNodeColumn>
,Constable
- 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 ConstantsEnum ConstantDescriptionThe Elasticsearch build hash.The size of completion.The percentage of recent system CPU used.The available disk space.The total disk space.The used disk space.The percentage of disk space used.The number of fielddata cache evictions.The fielddata cache memory used.The number of file descriptors used.The maximum number of file descriptors.The percentage of file descriptors used.The number of flushes.The amount of time spent in flush.The number of current get operations.The time spent in successful get operations.The number of successful get operations.The time spent in failed get operations.The number of failed get operations.The amount of time spent in get operations.The number of get operations.The used heap size.The total heap size.The used percentage of total allocated Elasticsearch JVM heap.The bound HTTP address.The identifier for the node.The number of current deletion operations.The time spent in deletion operations.The number of deletion operations.The number of current indexing operations.The number of failed indexing operations.The number of indexing operations that failed due to version conflict.The time spent in indexing operations.The number of indexing operations.The IP address.The Java version.The load average for the last fifteen minutes.The most recent load average.The load average for the last five minutes.The number of mappings, including runtime and object fields.The estimated heap overhead, in bytes, of mappings on this node, which allows for 1KiB of heap for every mapped field.Indicates whether the node is the elected master node.The number of current merge operations.The number of current merging documents.The size of current merges.The number of completed merge operations.The number of merged documents.The total size of merges.The time spent merging documents.The node name.The roles of the node.The process identifier.The bound transport port number.The number of query cache evictions.The query cache hit count.The used query cache memory.The query cache miss count.The used total memory.The total memory.The used percentage of the total operating system memory.The time spent in refresh operations.The number of refresh operations.The number of request cache evictions.The request cache hit count.The used request cache memory.The request cache miss count.The number of total compiled scripts evicted from cache.The number of total script compilations.The number of current fetch phase operations.The time spent in fetch phase.The number of fetch operations.The number of open search contexts.The number of current query phase operations.The time spent in query phase.The number of query operations.The number of open scroll contexts.The amount of time scroll contexts were held open.The number of completed scroll contexts.The number of segments.The memory used by fixed bit sets for nested object field types and type filters for types referred in join fields.The memory used by the index writer.The memory used by segments.The memory used by the version map.The number of shards assigned.The number of current suggest operations.The time spent in suggest operations.The number of suggest operations.The amount of node uptime.The Elasticsearch version. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]
aliases()
static CatNodeColumn
Returns the enum constant of this class with the specified name.static CatNodeColumn[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Build
The Elasticsearch build hash. For example:5c03844
. -
CompletionSize
The size of completion. For example:0b
. -
Cpu
The percentage of recent system CPU used. -
DiskAvail
The available disk space. For example:198.4gb
. -
DiskTotal
The total disk space. For example:458.3gb
. -
DiskUsed
The used disk space. For example:259.8gb
. -
DiskUsedPercent
The percentage of disk space used. -
FielddataEvictions
The number of fielddata cache evictions. -
FielddataMemorySize
The fielddata cache memory used. For example:0b
. -
FileDescCurrent
The number of file descriptors used. -
FileDescMax
The maximum number of file descriptors. -
FileDescPercent
The percentage of file descriptors used. -
FlushTotal
The number of flushes. -
FlushTotalTime
The amount of time spent in flush. -
GetCurrent
The number of current get operations. -
GetExistsTime
The time spent in successful get operations. For example:14ms
. -
GetExistsTotal
The number of successful get operations. -
GetMissingTime
The time spent in failed get operations. For example:0s
. -
GetMissingTotal
The number of failed get operations. -
GetTime
The amount of time spent in get operations. For example:14ms
. -
GetTotal
The number of get operations. -
HeapCurrent
The used heap size. For example:311.2mb
. -
HeapMax
The total heap size. For example:4gb
. -
HeapPercent
The used percentage of total allocated Elasticsearch JVM heap. This value reflects only the Elasticsearch process running within the operating system and is the most direct indicator of its JVM, heap, or memory resource performance. -
HttpAddress
The bound HTTP address. -
Id
The identifier for the node. -
IndexingDeleteCurrent
The number of current deletion operations. -
IndexingDeleteTime
The time spent in deletion operations. For example:2ms
. -
IndexingDeleteTotal
The number of deletion operations. -
IndexingIndexCurrent
The number of current indexing operations. -
IndexingIndexFailed
The number of failed indexing operations. -
IndexingIndexFailedDueToVersionConflict
The number of indexing operations that failed due to version conflict. -
IndexingIndexTime
The time spent in indexing operations. For example:134ms
. -
IndexingIndexTotal
The number of indexing operations. -
Ip
The IP address. -
Jdk
The Java version. For example:1.8.0
. -
Load_1m
The most recent load average. For example:0.22
. -
Load_5m
The load average for the last five minutes. For example:0.78
. -
Load_15m
The load average for the last fifteen minutes. For example:1.24
. -
MappingsTotalCount
The number of mappings, including runtime and object fields. -
MappingsTotalEstimatedOverheadInBytes
The estimated heap overhead, in bytes, of mappings on this node, which allows for 1KiB of heap for every mapped field. -
Master
Indicates whether the node is the elected master node. Returned values include*
(elected master) and-
(not elected master). -
MergesCurrent
The number of current merge operations. -
MergesCurrentDocs
The number of current merging documents. -
MergesCurrentSize
The size of current merges. For example:0b
. -
MergesTotal
The number of completed merge operations. -
MergesTotalDocs
The number of merged documents. -
MergesTotalSize
The total size of merges. For example:0b
. -
MergesTotalTime
The time spent merging documents. For example:0s
. -
Name
The node name. -
NodeRole
The roles of the node. Returned values includec
(cold node),d
(data node),f
(frozen node),h
(hot node),i
(ingest node),l
(machine learning node),m
(master-eligible node),r
(remote cluster client node),s
(content node),t
(transform node),v
(voting-only node),w
(warm node), and-
(coordinating node only). For example,dim
indicates a master-eligible data and ingest node. -
Pid
The process identifier. -
Port
The bound transport port number. -
QueryCacheMemorySize
The used query cache memory. For example:0b
. -
QueryCacheEvictions
The number of query cache evictions. -
QueryCacheHitCount
The query cache hit count. -
QueryCacheMissCount
The query cache miss count. -
RamCurrent
The used total memory. For example:513.4mb
. -
RamMax
The total memory. For example:2.9gb
. -
RamPercent
The used percentage of the total operating system memory. This reflects all processes running on the operating system instead of only Elasticsearch and is not guaranteed to correlate to its performance. -
RefreshTotal
The number of refresh operations. -
RefreshTime
The time spent in refresh operations. For example:91ms
. -
RequestCacheMemorySize
The used request cache memory. For example:0b
. -
RequestCacheEvictions
The number of request cache evictions. -
RequestCacheHitCount
The request cache hit count. -
RequestCacheMissCount
The request cache miss count. -
ScriptCompilations
The number of total script compilations. -
ScriptCacheEvictions
The number of total compiled scripts evicted from cache. -
SearchFetchCurrent
The number of current fetch phase operations. -
SearchFetchTime
The time spent in fetch phase. For example:37ms
. -
SearchFetchTotal
The number of fetch operations. -
SearchOpenContexts
The number of open search contexts. -
SearchQueryCurrent
The number of current query phase operations. -
SearchQueryTime
The time spent in query phase. For example:43ms
. -
SearchQueryTotal
The number of query operations. -
SearchScrollCurrent
The number of open scroll contexts. -
SearchScrollTime
The amount of time scroll contexts were held open. For example:2m
. -
SearchScrollTotal
The number of completed scroll contexts. -
SegmentsCount
The number of segments. -
SegmentsFixedBitsetMemory
The memory used by fixed bit sets for nested object field types and type filters for types referred in join fields. For example:1.0kb
. -
SegmentsIndexWriterMemory
The memory used by the index writer. For example:18mb
. -
SegmentsMemory
The memory used by segments. For example:1.4kb
. -
SegmentsVersionMapMemory
The memory used by the version map. For example:1.0kb
. -
ShardStatsTotalCount
The number of shards assigned. -
SuggestCurrent
The number of current suggest operations. -
SuggestTime
The time spent in suggest operations. -
SuggestTotal
The number of suggest operations. -
Uptime
The amount of node uptime. For example:17.3m
. -
Version
The Elasticsearch version. For example:9.0.0
.
-
-
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
-