Enum Class CatShardColumn

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

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

    • CompletionSize

      public static final CatShardColumn CompletionSize
      Size of completion. For example: 0b.
    • DatasetSize

      public static final CatShardColumn DatasetSize
      Disk space used by the shard’s dataset, which may or may not be the size on disk, but includes space used by the shard on object storage. Reported as a size value for example: 5kb.
    • DenseVectorValueCount

      public static final CatShardColumn DenseVectorValueCount
      Number of indexed dense vectors.
    • Docs

      public static final CatShardColumn Docs
      Number of documents in shard, for example: 25.
    • FielddataEvictions

      public static final CatShardColumn FielddataEvictions
      Fielddata cache evictions, for example: 0.
    • FielddataMemorySize

      public static final CatShardColumn FielddataMemorySize
      Used fielddata cache memory, for example: 0b.
    • FlushTotal

      public static final CatShardColumn FlushTotal
      Number of flushes, for example: 1.
    • FlushTotalTime

      public static final CatShardColumn FlushTotalTime
      Time spent in flush, for example: 1.
    • GetCurrent

      public static final CatShardColumn GetCurrent
      Number of current get operations, for example: 0.
    • GetExistsTime

      public static final CatShardColumn GetExistsTime
      Time spent in successful gets, for example: 14ms.
    • GetExistsTotal

      public static final CatShardColumn GetExistsTotal
      Number of successful get operations, for example: 2.
    • GetMissingTime

      public static final CatShardColumn GetMissingTime
      Time spent in failed gets, for example: 0s.
    • GetMissingTotal

      public static final CatShardColumn GetMissingTotal
      Number of failed get operations, for example: 1.
    • GetTime

      public static final CatShardColumn GetTime
      Time spent in get, for example: 14ms.
    • GetTotal

      public static final CatShardColumn GetTotal
      Number of get operations, for example: 2.
    • Id

      public static final CatShardColumn Id
      ID of the node, for example: k0zy.
    • Index

      public static final CatShardColumn Index
      Name of the index.
    • IndexingDeleteCurrent

      public static final CatShardColumn IndexingDeleteCurrent
      Number of current deletion operations, for example: 0.
    • IndexingDeleteTime

      public static final CatShardColumn IndexingDeleteTime
      Time spent in deletions, for example: 2ms.
    • IndexingDeleteTotal

      public static final CatShardColumn IndexingDeleteTotal
      Number of deletion operations, for example: 2.
    • IndexingIndexCurrent

      public static final CatShardColumn IndexingIndexCurrent
      Number of current indexing operations, for example: 0.
    • IndexingIndexFailedDueToVersionConflict

      public static final CatShardColumn IndexingIndexFailedDueToVersionConflict
      Number of failed indexing operations due to version conflict, for example: 0.
    • IndexingIndexFailed

      public static final CatShardColumn IndexingIndexFailed
      Number of failed indexing operations, for example: 0.
    • IndexingIndexTime

      public static final CatShardColumn IndexingIndexTime
      Time spent in indexing, such as for example: 134ms.
    • IndexingIndexTotal

      public static final CatShardColumn IndexingIndexTotal
      Number of indexing operations, for example: 1.
    • Ip

      public static final CatShardColumn Ip
      IP address of the node, for example: 127.0.1.1.
    • MergesCurrent

      public static final CatShardColumn MergesCurrent
      Number of current merge operations, for example: 0.
    • MergesCurrentDocs

      public static final CatShardColumn MergesCurrentDocs
      Number of current merging documents, for example: 0.
    • MergesCurrentSize

      public static final CatShardColumn MergesCurrentSize
      Size of current merges, for example: 0b.
    • MergesTotal

      public static final CatShardColumn MergesTotal
      Number of completed merge operations, for example: 0.
    • MergesTotalDocs

      public static final CatShardColumn MergesTotalDocs
      Number of merged documents, for example: 0.
    • MergesTotalSize

      public static final CatShardColumn MergesTotalSize
      Size of current merges, for example: 0b.
    • MergesTotalTime

      public static final CatShardColumn MergesTotalTime
      Time spent merging documents, for example: 0s.
    • Node

      public static final CatShardColumn Node
      Node name, for example: I8hydUG.
    • Prirep

      public static final CatShardColumn Prirep
      Shard type. Returned values are primary or replica.
    • QueryCacheEvictions

      public static final CatShardColumn QueryCacheEvictions
      Query cache evictions, for example: 0.
    • QueryCacheMemorySize

      public static final CatShardColumn QueryCacheMemorySize
      Used query cache memory, for example: 0b.
    • RecoverysourceType

      public static final CatShardColumn RecoverysourceType
      Type of recovery source.
    • RefreshTime

      public static final CatShardColumn RefreshTime
      Time spent in refreshes, for example: 91ms.
    • RefreshTotal

      public static final CatShardColumn RefreshTotal
      Number of refreshes, for example: 16.
    • SearchFetchCurrent

      public static final CatShardColumn SearchFetchCurrent
      Current fetch phase operations, for example: 0.
    • SearchFetchTime

      public static final CatShardColumn SearchFetchTime
      Time spent in fetch phase, for example: 37ms.
    • SearchFetchTotal

      public static final CatShardColumn SearchFetchTotal
      Number of fetch operations, for example: 7.
    • SearchOpenContexts

      public static final CatShardColumn SearchOpenContexts
      Open search contexts, for example: 0.
    • SearchQueryCurrent

      public static final CatShardColumn SearchQueryCurrent
      Current query phase operations, for example: 0.
    • SearchQueryTime

      public static final CatShardColumn SearchQueryTime
      Time spent in query phase, for example: 43ms.
    • SearchQueryTotal

      public static final CatShardColumn SearchQueryTotal
      Number of query operations, for example: 9.
    • SearchScrollCurrent

      public static final CatShardColumn SearchScrollCurrent
      Open scroll contexts, for example: 2.
    • SearchScrollTime

      public static final CatShardColumn SearchScrollTime
      Time scroll contexts held open, for example: 2m.
    • SearchScrollTotal

      public static final CatShardColumn SearchScrollTotal
      Completed scroll contexts, for example: 1.
    • SegmentsCount

      public static final CatShardColumn SegmentsCount
      Number of segments, for example: 4.
    • SegmentsFixedBitsetMemory

      public static final CatShardColumn SegmentsFixedBitsetMemory
      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 CatShardColumn SegmentsIndexWriterMemory
      Memory used by index writer, for example: 18mb.
    • SegmentsMemory

      public static final CatShardColumn SegmentsMemory
      Memory used by segments, for example: 1.4kb.
    • SegmentsVersionMapMemory

      public static final CatShardColumn SegmentsVersionMapMemory
      Memory used by version map, for example: 1.0kb.
    • SeqNoGlobalCheckpoint

      public static final CatShardColumn SeqNoGlobalCheckpoint
      Global checkpoint.
    • SeqNoLocalCheckpoint

      public static final CatShardColumn SeqNoLocalCheckpoint
      Local checkpoint.
    • SeqNoMax

      public static final CatShardColumn SeqNoMax
      Maximum sequence number.
    • Shard

      public static final CatShardColumn Shard
      Name of the shard.
    • DsparseVectorValueCount

      public static final CatShardColumn DsparseVectorValueCount
      Number of indexed sparse vectors.
    • State

      public static final CatShardColumn State
      State of the shard. Returned values are:
      • INITIALIZING: The shard is recovering from a peer shard or gateway.
      • RELOCATING: The shard is relocating.
      • STARTED: The shard has started.
      • UNASSIGNED: The shard is not assigned to any node.
    • Store

      public static final CatShardColumn Store
      Disk space used by the shard, for example: 5kb.
    • SuggestCurrent

      public static final CatShardColumn SuggestCurrent
      Number of current suggest operations, for example: 0.
    • SuggestTime

      public static final CatShardColumn SuggestTime
      Time spent in suggest, for example: 0.
    • SuggestTotal

      public static final CatShardColumn SuggestTotal
      Number of suggest operations, for example: 0.
    • SyncId

      public static final CatShardColumn SyncId
      Sync ID of the shard.
    • UnassignedAt

      public static final CatShardColumn UnassignedAt
      Time at which the shard became unassigned in Coordinated Universal Time (UTC).
    • UnassignedDetails

      public static final CatShardColumn UnassignedDetails
      Details about why the shard became unassigned. This does not explain why the shard is currently unassigned. To understand why a shard is not assigned, use the Cluster allocation explain API.
    • UnassignedFor

      public static final CatShardColumn UnassignedFor
      Time at which the shard was requested to be unassigned in Coordinated Universal Time (UTC).
    • UnassignedReason

      public static final CatShardColumn UnassignedReason
      Indicates the reason for the last change to the state of this unassigned shard. This does not explain why the shard is currently unassigned. To understand why a shard is not assigned, use the Cluster allocation explain API. Returned values include:
      • ALLOCATION_FAILED: Unassigned as a result of a failed allocation of the shard.
      • CLUSTER_RECOVERED: Unassigned as a result of a full cluster recovery.
      • DANGLING_INDEX_IMPORTED: Unassigned as a result of importing a dangling index.
      • EXISTING_INDEX_RESTORED: Unassigned as a result of restoring into a closed index.
      • FORCED_EMPTY_PRIMARY: The shard’s allocation was last modified by forcing an empty primary using the Cluster reroute API.
      • INDEX_CLOSED: Unassigned because the index was closed.
      • INDEX_CREATED: Unassigned as a result of an API creation of an index.
      • INDEX_REOPENED: Unassigned as a result of opening a closed index.
      • MANUAL_ALLOCATION: The shard’s allocation was last modified by the Cluster reroute API.
      • NEW_INDEX_RESTORED: Unassigned as a result of restoring into a new index.
      • NODE_LEFT: Unassigned as a result of the node hosting it leaving the cluster.
      • NODE_RESTARTING: Similar to NODE_LEFT, except that the node was registered as restarting using the Node shutdown API.
      • PRIMARY_FAILED: The shard was initializing as a replica, but the primary shard failed before the initialization completed.
      • REALLOCATED_REPLICA: A better replica location is identified and causes the existing replica allocation to be cancelled.
      • REINITIALIZED: When a shard moves from started back to initializing.
      • REPLICA_ADDED: Unassigned as a result of explicit addition of a replica.
      • REROUTE_CANCELLED: Unassigned as a result of explicit cancel reroute command.
  • Field Details

  • Method Details

    • values

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