Class IndicesStats
java.lang.Object
org.opensearch.client.opensearch.indices.stats.IndicesStats
- All Implemented Interfaces:
ToJsonp
public final class IndicesStats extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndicesStats.BuilderBuilder forIndicesStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndicesStats>DESERIALIZERJson deserializer for IndicesStats -
Constructor Summary
Constructors Modifier Constructor Description protectedIndicesStats(IndicesStats.Builder builder) -
Method Summary
Modifier and Type Method Description IndexStatsprimaries()API name:primariesprotected static voidsetupIndicesStatsDeserializer(DelegatingDeserializer<IndicesStats.Builder> op)java.util.Map<java.lang.String,java.util.List<ShardStats>>shards()API name:shardsvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)IndexStatstotal()API name:totaljava.lang.Stringuuid()API name:uuid
-
Field Details
-
DESERIALIZER
Json deserializer for IndicesStats
-
-
Constructor Details
-
Method Details
-
primaries
API name:primaries -
shards
API name:shards -
total
API name:total -
uuid
@Nullable public java.lang.String uuid()API name:uuid -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndicesStatsDeserializer
protected static void setupIndicesStatsDeserializer(DelegatingDeserializer<IndicesStats.Builder> op)
-