Class ClusterIndices
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterIndices
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class ClusterIndices extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterIndices.BuilderBuilder forClusterIndices. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterIndices>_DESERIALIZERJson deserializer forClusterIndices -
Constructor Summary
Constructors Constructor Description ClusterIndices(ClusterIndices.Builder builder)ClusterIndices(java.util.function.Function<ClusterIndices.Builder,ClusterIndices.Builder> fn) -
Method Summary
Modifier and Type Method Description CharFilterTypesanalysis()Contains statistics about analyzers and analyzer components used in selected nodes.CompletionStatscompletion()Contains statistics about memory used for completion in selected nodes.longcount()Total number of indices with shards assigned to selected nodes.DocStatsdocs()Contains counts for documents in selected nodes.FielddataStatsfielddata()Contains statistics about the field data cache of selected nodes.FieldTypesMappingsmappings()Contains statistics about field mappings in selected nodes.QueryCacheStatsqueryCache()Contains statistics about the query cache of selected nodes.SegmentsStatssegments()Contains statistics about segments in selected nodes.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterIndicesDeserializer(DelegatingDeserializer<ClusterIndices.Builder> op)ClusterIndicesShardsshards()Contains statistics about indices with shards assigned to selected nodes.StoreStatsstore()Contains statistics about the size of shards assigned to selected nodes.java.util.List<IndicesVersions>versions()API name:versionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterIndices
-
-
Constructor Details
-
ClusterIndices
-
ClusterIndices
public ClusterIndices(java.util.function.Function<ClusterIndices.Builder,ClusterIndices.Builder> fn)
-
-
Method Details
-
completion
Contains statistics about memory used for completion in selected nodes.API name:
completion -
count
public long count()Total number of indices with shards assigned to selected nodes.API name:
count -
docs
Contains counts for documents in selected nodes.API name:
docs -
fielddata
Contains statistics about the field data cache of selected nodes.API name:
fielddata -
queryCache
Contains statistics about the query cache of selected nodes.API name:
query_cache -
segments
Contains statistics about segments in selected nodes.API name:
segments -
shards
Contains statistics about indices with shards assigned to selected nodes.API name:
shards -
store
Contains statistics about the size of shards assigned to selected nodes.API name:
store -
mappings
Contains statistics about field mappings in selected nodes.API name:
mappings -
analysis
Contains statistics about analyzers and analyzer components used in selected nodes.API name:
analysis -
versions
API name:versions -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupClusterIndicesDeserializer
protected static void setupClusterIndicesDeserializer(DelegatingDeserializer<ClusterIndices.Builder> op)
-