Class SummaryInfo
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.repository_analyze.SummaryInfo
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SummaryInfo>Json deserializer forSummaryInfo -
Method Summary
Modifier and TypeMethodDescriptionstatic SummaryInfofinal ReadSummaryInforead()Required - A collection of statistics that summarise the results of the read operations in the test.voidserialize(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 WriteSummaryInfowrite()Required - A collection of statistics that summarise the results of the write operations in the test.
-
Field Details
-
_DESERIALIZER
Json deserializer forSummaryInfo
-
-
Method Details
-
of
-
read
Required - A collection of statistics that summarise the results of the read operations in the test.API name:
read -
write
Required - A collection of statistics that summarise the results of the write operations in the test.API name:
write -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSummaryInfoDeserializer
-