Class IndicesStatsResponse
- java.lang.Object
-
- org.opensearch.client.opensearch.indices.IndicesStatsResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndicesStatsResponse extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndicesStatsResponse.BuilderBuilder forIndicesStatsResponse.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndicesStatsResponse>_DESERIALIZERJson deserializer forIndicesStatsResponse
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IndicesStatsall()Required - API name:_alljava.util.Map<java.lang.String,IndicesStats>indices()API name:indicesstatic IndicesStatsResponseof(java.util.function.Function<IndicesStatsResponse.Builder,ObjectBuilder<IndicesStatsResponse>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndicesStatsResponseDeserializer(ObjectDeserializer<IndicesStatsResponse.Builder> op)ShardStatisticsshards()Required - API name:_shards
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<IndicesStatsResponse> _DESERIALIZER
Json deserializer forIndicesStatsResponse
-
-
Method Detail
-
of
public static IndicesStatsResponse of(java.util.function.Function<IndicesStatsResponse.Builder,ObjectBuilder<IndicesStatsResponse>> fn)
-
indices
public final java.util.Map<java.lang.String,IndicesStats> indices()
API name:indices
-
shards
public final ShardStatistics shards()
Required - API name:_shards
-
all
public final IndicesStats all()
Required - API name:_all
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupIndicesStatsResponseDeserializer
protected static void setupIndicesStatsResponseDeserializer(ObjectDeserializer<IndicesStatsResponse.Builder> op)
-
-