Enum Class CatNodeColumn

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

@JsonpDeserializable public enum CatNodeColumn extends Enum<CatNodeColumn> implements JsonEnum
See Also:
  • Enum Constant Details

    • Build

      public static final CatNodeColumn Build
      The Elasticsearch build hash. For example: 5c03844.
    • CompletionSize

      public static final CatNodeColumn CompletionSize
      The size of completion. For example: 0b.
    • Cpu

      public static final CatNodeColumn Cpu
      The percentage of recent system CPU used.
    • DiskAvail

      public static final CatNodeColumn DiskAvail
      The available disk space. For example: 198.4gb.
    • DiskTotal

      public static final CatNodeColumn DiskTotal
      The total disk space. For example: 458.3gb.
    • DiskUsed

      public static final CatNodeColumn DiskUsed
      The used disk space. For example: 259.8gb.
    • DiskUsedPercent

      public static final CatNodeColumn DiskUsedPercent
      The percentage of disk space used.
    • FielddataEvictions

      public static final CatNodeColumn FielddataEvictions
      The number of fielddata cache evictions.
    • FielddataMemorySize

      public static final CatNodeColumn FielddataMemorySize
      The fielddata cache memory used. For example: 0b.
    • FileDescCurrent

      public static final CatNodeColumn FileDescCurrent
      The number of file descriptors used.
    • FileDescMax

      public static final CatNodeColumn FileDescMax
      The maximum number of file descriptors.
    • FileDescPercent

      public static final CatNodeColumn FileDescPercent
      The percentage of file descriptors used.
    • FlushTotal

      public static final CatNodeColumn FlushTotal
      The number of flushes.
    • FlushTotalTime

      public static final CatNodeColumn FlushTotalTime
      The amount of time spent in flush.
    • GetCurrent

      public static final CatNodeColumn GetCurrent
      The number of current get operations.
    • GetExistsTime

      public static final CatNodeColumn GetExistsTime
      The time spent in successful get operations. For example: 14ms.
    • GetExistsTotal

      public static final CatNodeColumn GetExistsTotal
      The number of successful get operations.
    • GetMissingTime

      public static final CatNodeColumn GetMissingTime
      The time spent in failed get operations. For example: 0s.
    • GetMissingTotal

      public static final CatNodeColumn GetMissingTotal
      The number of failed get operations.
    • GetTime

      public static final CatNodeColumn GetTime
      The amount of time spent in get operations. For example: 14ms.
    • GetTotal

      public static final CatNodeColumn GetTotal
      The number of get operations.
    • HeapCurrent

      public static final CatNodeColumn HeapCurrent
      The used heap size. For example: 311.2mb.
    • HeapMax

      public static final CatNodeColumn HeapMax
      The total heap size. For example: 4gb.
    • HeapPercent

      public static final CatNodeColumn 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

      public static final CatNodeColumn HttpAddress
      The bound HTTP address.
    • Id

      public static final CatNodeColumn Id
      The identifier for the node.
    • IndexingDeleteCurrent

      public static final CatNodeColumn IndexingDeleteCurrent
      The number of current deletion operations.
    • IndexingDeleteTime

      public static final CatNodeColumn IndexingDeleteTime
      The time spent in deletion operations. For example: 2ms.
    • IndexingDeleteTotal

      public static final CatNodeColumn IndexingDeleteTotal
      The number of deletion operations.
    • IndexingIndexCurrent

      public static final CatNodeColumn IndexingIndexCurrent
      The number of current indexing operations.
    • IndexingIndexFailed

      public static final CatNodeColumn IndexingIndexFailed
      The number of failed indexing operations.
    • IndexingIndexFailedDueToVersionConflict

      public static final CatNodeColumn IndexingIndexFailedDueToVersionConflict
      The number of indexing operations that failed due to version conflict.
    • IndexingIndexTime

      public static final CatNodeColumn IndexingIndexTime
      The time spent in indexing operations. For example: 134ms.
    • IndexingIndexTotal

      public static final CatNodeColumn IndexingIndexTotal
      The number of indexing operations.
    • Ip

      public static final CatNodeColumn Ip
      The IP address.
    • Jdk

      public static final CatNodeColumn Jdk
      The Java version. For example: 1.8.0.
    • Load_1m

      public static final CatNodeColumn Load_1m
      The most recent load average. For example: 0.22.
    • Load_5m

      public static final CatNodeColumn Load_5m
      The load average for the last five minutes. For example: 0.78.
    • Load_15m

      public static final CatNodeColumn Load_15m
      The load average for the last fifteen minutes. For example: 1.24.
    • MappingsTotalCount

      public static final CatNodeColumn MappingsTotalCount
      The number of mappings, including runtime and object fields.
    • MappingsTotalEstimatedOverheadInBytes

      public static final CatNodeColumn MappingsTotalEstimatedOverheadInBytes
      The estimated heap overhead, in bytes, of mappings on this node, which allows for 1KiB of heap for every mapped field.
    • Master

      public static final CatNodeColumn Master
      Indicates whether the node is the elected master node. Returned values include * (elected master) and - (not elected master).
    • MergesCurrent

      public static final CatNodeColumn MergesCurrent
      The number of current merge operations.
    • MergesCurrentDocs

      public static final CatNodeColumn MergesCurrentDocs
      The number of current merging documents.
    • MergesCurrentSize

      public static final CatNodeColumn MergesCurrentSize
      The size of current merges. For example: 0b.
    • MergesTotal

      public static final CatNodeColumn MergesTotal
      The number of completed merge operations.
    • MergesTotalDocs

      public static final CatNodeColumn MergesTotalDocs
      The number of merged documents.
    • MergesTotalSize

      public static final CatNodeColumn MergesTotalSize
      The total size of merges. For example: 0b.
    • MergesTotalTime

      public static final CatNodeColumn MergesTotalTime
      The time spent merging documents. For example: 0s.
    • Name

      public static final CatNodeColumn Name
      The node name.
    • NodeRole

      public static final CatNodeColumn NodeRole
      The roles of the node. Returned values include c (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

      public static final CatNodeColumn Pid
      The process identifier.
    • Port

      public static final CatNodeColumn Port
      The bound transport port number.
    • QueryCacheMemorySize

      public static final CatNodeColumn QueryCacheMemorySize
      The used query cache memory. For example: 0b.
    • QueryCacheEvictions

      public static final CatNodeColumn QueryCacheEvictions
      The number of query cache evictions.
    • QueryCacheHitCount

      public static final CatNodeColumn QueryCacheHitCount
      The query cache hit count.
    • QueryCacheMissCount

      public static final CatNodeColumn QueryCacheMissCount
      The query cache miss count.
    • RamCurrent

      public static final CatNodeColumn RamCurrent
      The used total memory. For example: 513.4mb.
    • RamMax

      public static final CatNodeColumn RamMax
      The total memory. For example: 2.9gb.
    • RamPercent

      public static final CatNodeColumn 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

      public static final CatNodeColumn RefreshTotal
      The number of refresh operations.
    • RefreshTime

      public static final CatNodeColumn RefreshTime
      The time spent in refresh operations. For example: 91ms.
    • RequestCacheMemorySize

      public static final CatNodeColumn RequestCacheMemorySize
      The used request cache memory. For example: 0b.
    • RequestCacheEvictions

      public static final CatNodeColumn RequestCacheEvictions
      The number of request cache evictions.
    • RequestCacheHitCount

      public static final CatNodeColumn RequestCacheHitCount
      The request cache hit count.
    • RequestCacheMissCount

      public static final CatNodeColumn RequestCacheMissCount
      The request cache miss count.
    • ScriptCompilations

      public static final CatNodeColumn ScriptCompilations
      The number of total script compilations.
    • ScriptCacheEvictions

      public static final CatNodeColumn ScriptCacheEvictions
      The number of total compiled scripts evicted from cache.
    • SearchFetchCurrent

      public static final CatNodeColumn SearchFetchCurrent
      The number of current fetch phase operations.
    • SearchFetchTime

      public static final CatNodeColumn SearchFetchTime
      The time spent in fetch phase. For example: 37ms.
    • SearchFetchTotal

      public static final CatNodeColumn SearchFetchTotal
      The number of fetch operations.
    • SearchOpenContexts

      public static final CatNodeColumn SearchOpenContexts
      The number of open search contexts.
    • SearchQueryCurrent

      public static final CatNodeColumn SearchQueryCurrent
      The number of current query phase operations.
    • SearchQueryTime

      public static final CatNodeColumn SearchQueryTime
      The time spent in query phase. For example: 43ms.
    • SearchQueryTotal

      public static final CatNodeColumn SearchQueryTotal
      The number of query operations.
    • SearchScrollCurrent

      public static final CatNodeColumn SearchScrollCurrent
      The number of open scroll contexts.
    • SearchScrollTime

      public static final CatNodeColumn SearchScrollTime
      The amount of time scroll contexts were held open. For example: 2m.
    • SearchScrollTotal

      public static final CatNodeColumn SearchScrollTotal
      The number of completed scroll contexts.
    • SegmentsCount

      public static final CatNodeColumn SegmentsCount
      The number of segments.
    • SegmentsFixedBitsetMemory

      public static final CatNodeColumn 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

      public static final CatNodeColumn SegmentsIndexWriterMemory
      The memory used by the index writer. For example: 18mb.
    • SegmentsMemory

      public static final CatNodeColumn SegmentsMemory
      The memory used by segments. For example: 1.4kb.
    • SegmentsVersionMapMemory

      public static final CatNodeColumn SegmentsVersionMapMemory
      The memory used by the version map. For example: 1.0kb.
    • ShardStatsTotalCount

      public static final CatNodeColumn ShardStatsTotalCount
      The number of shards assigned.
    • SuggestCurrent

      public static final CatNodeColumn SuggestCurrent
      The number of current suggest operations.
    • SuggestTime

      public static final CatNodeColumn SuggestTime
      The time spent in suggest operations.
    • SuggestTotal

      public static final CatNodeColumn SuggestTotal
      The number of suggest operations.
    • Uptime

      public static final CatNodeColumn Uptime
      The amount of node uptime. For example: 17.3m.
    • Version

      public static final CatNodeColumn Version
      The Elasticsearch version. For example: 9.0.0.
  • Field Details

  • Method Details

    • values

      public static CatNodeColumn[] 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

      public static CatNodeColumn valueOf(String name)
      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
    • jsonValue

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

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