Class ClusterIndices
java.lang.Object
org.opensearch.client.opensearch.cluster.stats.ClusterIndices
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ClusterIndices.Builder,ClusterIndices>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ClusterIndices
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ClusterIndices.Builder,ClusterIndices>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterIndices> Json deserializer forClusterIndices -
Method Summary
Modifier and TypeMethodDescriptionfinal CharFilterTypesanalysis()API name:analysisstatic ClusterIndices.Builderbuilder()final CompletionStatsAPI name:completionfinal Longcount()Total number of indexes with shards assigned to selected nodes.final DocStatsdocs()API name:docsbooleanfinal FielddataStatsAPI name:fielddatainthashCode()final FieldTypesMappingsmappings()API name:mappingsstatic ClusterIndicesfinal QueryCacheStatsAPI name:query_cachefinal SegmentsStatssegments()API name:segmentsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ClusterIndicesShardsshards()API name:shardsfinal StoreStatsstore()API name:storeCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final List<IndicesVersions> versions()Contains statistics about analyzers and analyzer components used in selected nodes.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterIndices
-
-
Method Details
-
of
-
analysis
API name:analysis -
completion
API name:completion -
count
Total number of indexes with shards assigned to selected nodes.API name:
count -
docs
API name:docs -
fielddata
API name:fielddata -
mappings
API name:mappings -
queryCache
API name:query_cache -
segments
API name:segments -
shards
API name:shards -
store
API name:store -
versions
Contains statistics about analyzers and analyzer components used in selected nodes.API name:
versions -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ClusterIndices.Builder,ClusterIndices> - Returns:
- a new builder instance.
-
builder
-
setupClusterIndicesDeserializer
protected static void setupClusterIndicesDeserializer(ObjectDeserializer<ClusterIndices.Builder> op) -
hashCode
public int hashCode() -
equals
-