Class MergesStats
- java.lang.Object
-
- org.opensearch.client.opensearch._types.MergesStats
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class MergesStats extends java.lang.Object implements JsonpSerializable
-
-
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
All Methods Static Methods Instance Methods Concrete Methods 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_millis
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<MergesStats> _DESERIALIZER
Json deserializer forMergesStats
-
-
Method Detail
-
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
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupMergesStatsDeserializer
protected static void setupMergesStatsDeserializer(ObjectDeserializer<MergesStats.Builder> op)
-
-