Class StatsResponse
java.lang.Object
org.opensearch.client.opensearch.indices.StatsResponse
- All Implemented Interfaces:
ToJsonp
public final class StatsResponse extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatsResponse.BuilderBuilder forStatsResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<StatsResponse>DESERIALIZERJson deserializer for StatsResponse -
Constructor Summary
Constructors Modifier Constructor Description protectedStatsResponse(StatsResponse.Builder builder) -
Method Summary
Modifier and Type Method Description IndicesStatsall()API name:_alljava.util.Map<java.lang.String,IndicesStats>indices()API name:indicesprotected static voidsetupStatsResponseDeserializer(DelegatingDeserializer<StatsResponse.Builder> op)ShardStatisticsshards()API name:_shardsvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for StatsResponse
-
-
Constructor Details
-
Method Details
-
indices
API name:indices -
shards
API name:_shards -
all
API name:_all -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupStatsResponseDeserializer
protected static void setupStatsResponseDeserializer(DelegatingDeserializer<StatsResponse.Builder> op)
-