Class IndicesStatsResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndicesStatsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class IndicesStatsResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndicesStatsResponse.Builder
Builder forIndicesStatsResponse
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndicesStatsResponse>
_DESERIALIZER
Json deserializer forIndicesStatsResponse
-
Constructor Summary
Constructors Constructor Description IndicesStatsResponse(IndicesStatsResponse.Builder builder)
IndicesStatsResponse(java.util.function.Function<IndicesStatsResponse.Builder,IndicesStatsResponse.Builder> fn)
-
Method Summary
Modifier and Type Method Description IndicesStats
all()
Required - API name:_all
java.util.Map<java.lang.String,IndicesStats>
indices()
API name:indices
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupIndicesStatsResponseDeserializer(DelegatingDeserializer<IndicesStatsResponse.Builder> op)
ShardStatistics
shards()
Required - API name:_shards
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndicesStatsResponse
-
-
Constructor Details
-
IndicesStatsResponse
-
IndicesStatsResponse
public IndicesStatsResponse(java.util.function.Function<IndicesStatsResponse.Builder,IndicesStatsResponse.Builder> fn)
-
-
Method Details
-
indices
API name:indices
-
shards
Required - API name:_shards
-
all
Required - API name:_all
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupIndicesStatsResponseDeserializer
protected static void setupIndicesStatsResponseDeserializer(DelegatingDeserializer<IndicesStatsResponse.Builder> op)
-