Class FieldsUsageBody
java.lang.Object
co.elastic.clients.elasticsearch.indices.field_usage_stats.FieldsUsageBody
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
FieldUsageStatsResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFieldsUsageBody(FieldsUsageBody.AbstractBuilder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends FieldsUsageBody.AbstractBuilder<BuilderT>>
voidsetupFieldsUsageBodyDeserializer(ObjectDeserializer<BuilderT> op) final ShardStatisticsshards()Required - API name:_shardsfinal Map<String,UsageStatsIndex> stats()Per index statisticstoString()
-
Constructor Details
-
FieldsUsageBody
-
-
Method Details
-
stats
Per index statistics -
shards
Required - API name:_shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFieldsUsageBodyDeserializer
protected static <BuilderT extends FieldsUsageBody.AbstractBuilder<BuilderT>> void setupFieldsUsageBodyDeserializer(ObjectDeserializer<BuilderT> op)
-