Class IndexStats
java.lang.Object
org.opensearch.client.opensearch.indices.stats.IndexStatsBase
org.opensearch.client.opensearch.indices.stats.IndexStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<IndexStats.Builder,IndexStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class IndexStats
extends IndexStatsBase
implements ToCopyableBuilder<IndexStats.Builder,IndexStats>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch.indices.stats.IndexStatsBase
IndexStatsBase.AbstractBuilder<BuilderT extends IndexStatsBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexStats> Json deserializer forIndexStats -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexStats.Builderbuilder()booleaninthashCode()static IndexStatsprotected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch.indices.stats.IndexStatsBase
completion, docs, fielddata, flush, get, indexing, merges, queryCache, recovery, refresh, requestCache, search, segments, serialize, serializeInternal, setupIndexStatsBaseDeserializer, store, translog, warmerMethods 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 forIndexStats
-
-
Method Details
-
of
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<IndexStats.Builder,IndexStats> - Returns:
- a new builder instance.
-
builder
-
setupIndexStatsDeserializer
-
hashCode
public int hashCode()- Overrides:
hashCodein classIndexStatsBase
-
equals
- Overrides:
equalsin classIndexStatsBase
-