Class FlushStats
java.lang.Object
co.elastic.clients.elasticsearch._types.FlushStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FlushStats>Json deserializer forFlushStats -
Method Summary
Modifier and TypeMethodDescriptionstatic FlushStatsfinal longperiodic()Required - API name:periodicvoidserialize(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 longtotal()Required - API name:totalfinal StringAPI name:total_timefinal longRequired - API name:total_time_in_millis
-
Field Details
-
_DESERIALIZER
Json deserializer forFlushStats
-
-
Method Details
-
of
-
periodic
public final long periodic()Required - API name:periodic -
total
public final long total()Required - API name:total -
totalTime
API name:total_time -
totalTimeInMillis
public final long totalTimeInMillis()Required - API name:total_time_in_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFlushStatsDeserializer
-