Class MappingStats
java.lang.Object
co.elastic.clients.elasticsearch.indices.stats.MappingStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MappingStats>Json deserializer forMappingStats -
Method Summary
Modifier and TypeMethodDescriptionstatic MappingStatsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final longRequired - API name:total_countfinal StringAPI name:total_estimated_overheadfinal longRequired - API name:total_estimated_overhead_in_bytes
-
Field Details
-
_DESERIALIZER
Json deserializer forMappingStats
-
-
Method Details
-
of
-
totalCount
public final long totalCount()Required - API name:total_count -
totalEstimatedOverhead
API name:total_estimated_overhead -
totalEstimatedOverheadInBytes
public final long totalEstimatedOverheadInBytes()Required - API name:total_estimated_overhead_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMappingStatsDeserializer
-