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