Class FlushStats
java.lang.Object
co.elastic.clients.elasticsearch._types.FlushStats
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class FlushStats extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlushStats.BuilderBuilder forFlushStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FlushStats>_DESERIALIZERJson deserializer forFlushStats -
Constructor Summary
Constructors Constructor Description FlushStats(FlushStats.Builder builder)FlushStats(java.util.function.Function<FlushStats.Builder,FlushStats.Builder> fn) -
Method Summary
Modifier and Type Method Description 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 voidsetupFlushStatsDeserializer(DelegatingDeserializer<FlushStats.Builder> op)longtotal()Required - API name:totaljava.lang.StringtotalTime()API name:total_timelongtotalTimeInMillis()Required - API name:total_time_in_millisMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFlushStats
-
-
Constructor Details
-
FlushStats
-
FlushStats
-
-
Method Details
-
periodic
public long periodic()Required - API name:periodic -
total
public long total()Required - API name:total -
totalTime
@Nullable public java.lang.String totalTime()API name:total_time -
totalTimeInMillis
public long totalTimeInMillis()Required - API name:total_time_in_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupFlushStatsDeserializer
-