Class MergesStats
java.lang.Object
co.elastic.clients.elasticsearch._types.MergesStats
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class MergesStats extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMergesStats.BuilderBuilder forMergesStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MergesStats>_DESERIALIZERJson deserializer forMergesStats -
Method Summary
Modifier and Type Method Description longcurrent()Required - API name:currentlongcurrentDocs()Required - API name:current_docsjava.lang.StringcurrentSize()API name:current_sizelongcurrentSizeInBytes()Required - API name:current_size_in_bytesstatic MergesStatsof(java.util.function.Function<MergesStats.Builder,ObjectBuilder<MergesStats>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupMergesStatsDeserializer(ObjectDeserializer<MergesStats.Builder> op)longtotal()Required - API name:totaljava.lang.StringtotalAutoThrottle()API name:total_auto_throttlelongtotalAutoThrottleInBytes()Required - API name:total_auto_throttle_in_byteslongtotalDocs()Required - API name:total_docsjava.lang.StringtotalSize()API name:total_sizelongtotalSizeInBytes()Required - API name:total_size_in_bytesjava.lang.StringtotalStoppedTime()API name:total_stopped_timelongtotalStoppedTimeInMillis()Required - API name:total_stopped_time_in_millisjava.lang.StringtotalThrottledTime()API name:total_throttled_timelongtotalThrottledTimeInMillis()Required - API name:total_throttled_time_in_millisjava.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 forMergesStats
-
-
Method Details
-
of
public static MergesStats of(java.util.function.Function<MergesStats.Builder,ObjectBuilder<MergesStats>> fn) -
current
public final long current()Required - API name:current -
currentDocs
public final long currentDocs()Required - API name:current_docs -
currentSize
@Nullable public final java.lang.String currentSize()API name:current_size -
currentSizeInBytes
public final long currentSizeInBytes()Required - API name:current_size_in_bytes -
total
public final long total()Required - API name:total -
totalAutoThrottle
@Nullable public final java.lang.String totalAutoThrottle()API name:total_auto_throttle -
totalAutoThrottleInBytes
public final long totalAutoThrottleInBytes()Required - API name:total_auto_throttle_in_bytes -
totalDocs
public final long totalDocs()Required - API name:total_docs -
totalSize
@Nullable public final java.lang.String totalSize()API name:total_size -
totalSizeInBytes
public final long totalSizeInBytes()Required - API name:total_size_in_bytes -
totalStoppedTime
@Nullable public final java.lang.String totalStoppedTime()API name:total_stopped_time -
totalStoppedTimeInMillis
public final long totalStoppedTimeInMillis()Required - API name:total_stopped_time_in_millis -
totalThrottledTime
@Nullable public final java.lang.String totalThrottledTime()API name:total_throttled_time -
totalThrottledTimeInMillis
public final long totalThrottledTimeInMillis()Required - API name:total_throttled_time_in_millis -
totalTime
@Nullable public final java.lang.String 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
-
setupMergesStatsDeserializer
-