Class ClusterIndices
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterIndices
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterIndices extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description CharFilterTypesanalysis()Required - Contains statistics about analyzers and analyzer components used in selected nodes.CompletionStatscompletion()Required - Contains statistics about memory used for completion in selected nodes.longcount()Required - Total number of indices with shards assigned to selected nodes.DocStatsdocs()Required - Contains counts for documents in selected nodes.FielddataStatsfielddata()Required - Contains statistics about the field data cache of selected nodes.FieldTypesMappingsmappings()Required - Contains statistics about field mappings in selected nodes.static ClusterIndicesof(java.util.function.Function<ClusterIndices.Builder,ObjectBuilder<ClusterIndices>> fn)QueryCacheStatsqueryCache()Required - Contains statistics about the query cache of selected nodes.SegmentsStatssegments()Required - 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(ObjectDeserializer<ClusterIndices.Builder> op)ClusterIndicesShardsshards()Required - Contains statistics about indices with shards assigned to selected nodes.StoreStatsstore()Required - 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
-
-
Method Details
-
of
public static ClusterIndices of(java.util.function.Function<ClusterIndices.Builder,ObjectBuilder<ClusterIndices>> fn) -
completion
Required - Contains statistics about memory used for completion in selected nodes.API name:
completion -
count
public final long count()Required - Total number of indices with shards assigned to selected nodes.API name:
count -
docs
Required - Contains counts for documents in selected nodes.API name:
docs -
fielddata
Required - Contains statistics about the field data cache of selected nodes.API name:
fielddata -
queryCache
Required - Contains statistics about the query cache of selected nodes.API name:
query_cache -
segments
Required - Contains statistics about segments in selected nodes.API name:
segments -
shards
Required - Contains statistics about indices with shards assigned to selected nodes.API name:
shards -
store
Required - Contains statistics about the size of shards assigned to selected nodes.API name:
store -
mappings
Required - Contains statistics about field mappings in selected nodes.API name:
mappings -
analysis
Required - 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(ObjectDeserializer<ClusterIndices.Builder> op)
-