Class MergesStats
java.lang.Object
org.opensearch.client.opensearch._types.MergesStats
- All Implemented Interfaces:
ToJsonp
public final class MergesStats extends java.lang.Object implements ToJsonp
-
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 for MergesStats -
Constructor Summary
Constructors Modifier Constructor Description protectedMergesStats(MergesStats.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Numbercurrent()API name:currentjava.lang.NumbercurrentDocs()API name:current_docsjava.lang.StringcurrentSize()API name:current_sizejava.lang.NumbercurrentSizeInBytes()API name:current_size_in_bytesprotected static voidsetupMergesStatsDeserializer(DelegatingDeserializer<MergesStats.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.Numbertotal()API name:totaljava.lang.StringtotalAutoThrottle()API name:total_auto_throttlejava.lang.NumbertotalAutoThrottleInBytes()API name:total_auto_throttle_in_bytesjava.lang.NumbertotalDocs()API name:total_docsjava.lang.StringtotalSize()API name:total_sizejava.lang.NumbertotalSizeInBytes()API name:total_size_in_bytesjava.lang.StringtotalStoppedTime()API name:total_stopped_timejava.lang.NumbertotalStoppedTimeInMillis()API name:total_stopped_time_in_millisjava.lang.StringtotalThrottledTime()API name:total_throttled_timejava.lang.NumbertotalThrottledTimeInMillis()API name:total_throttled_time_in_millisjava.lang.StringtotalTime()API name:total_timejava.lang.NumbertotalTimeInMillis()API name:total_time_in_millis
-
Field Details
-
DESERIALIZER
Json deserializer for MergesStats
-
-
Constructor Details
-
Method Details
-
current
public java.lang.Number current()API name:current -
currentDocs
public java.lang.Number currentDocs()API name:current_docs -
currentSize
@Nullable public java.lang.String currentSize()API name:current_size -
currentSizeInBytes
public java.lang.Number currentSizeInBytes()API name:current_size_in_bytes -
total
public java.lang.Number total()API name:total -
totalAutoThrottle
@Nullable public java.lang.String totalAutoThrottle()API name:total_auto_throttle -
totalAutoThrottleInBytes
public java.lang.Number totalAutoThrottleInBytes()API name:total_auto_throttle_in_bytes -
totalDocs
public java.lang.Number totalDocs()API name:total_docs -
totalSize
@Nullable public java.lang.String totalSize()API name:total_size -
totalSizeInBytes
public java.lang.Number totalSizeInBytes()API name:total_size_in_bytes -
totalStoppedTime
@Nullable public java.lang.String totalStoppedTime()API name:total_stopped_time -
totalStoppedTimeInMillis
public java.lang.Number totalStoppedTimeInMillis()API name:total_stopped_time_in_millis -
totalThrottledTime
@Nullable public java.lang.String totalThrottledTime()API name:total_throttled_time -
totalThrottledTimeInMillis
public java.lang.Number totalThrottledTimeInMillis()API name:total_throttled_time_in_millis -
totalTime
@Nullable public java.lang.String totalTime()API name:total_time -
totalTimeInMillis
public java.lang.Number totalTimeInMillis()API name:total_time_in_millis -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupMergesStatsDeserializer
-