Class IndicesStatsResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndicesStatsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndicesStatsResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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
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:_shardsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndicesStatsResponse
-
-
Method Details
-
of
public static IndicesStatsResponse of(java.util.function.Function<IndicesStatsResponse.Builder,ObjectBuilder<IndicesStatsResponse>> fn) -
indices
API name:indices -
shards
Required - API name:_shards -
all
Required - API name:_all -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndicesStatsResponseDeserializer
protected static void setupIndicesStatsResponseDeserializer(ObjectDeserializer<IndicesStatsResponse.Builder> op)
-