Class MergesStats
java.lang.Object
co.elastic.clients.elasticsearch._types.MergesStats
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final 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 -
Constructor Summary
Constructors Constructor Description MergesStats(MergesStats.Builder builder)MergesStats(java.util.function.Function<MergesStats.Builder,MergesStats.Builder> fn) -
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_bytesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupMergesStatsDeserializer(DelegatingDeserializer<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
-
-
Constructor Details
-
MergesStats
-
MergesStats
-
-
Method Details
-
current
public long current()Required - API name:current -
currentDocs
public long currentDocs()Required - API name:current_docs -
currentSize
@Nullable public java.lang.String currentSize()API name:current_size -
currentSizeInBytes
public long currentSizeInBytes()Required - API name:current_size_in_bytes -
total
public long total()Required - API name:total -
totalAutoThrottle
@Nullable public java.lang.String totalAutoThrottle()API name:total_auto_throttle -
totalAutoThrottleInBytes
public long totalAutoThrottleInBytes()Required - API name:total_auto_throttle_in_bytes -
totalDocs
public long totalDocs()Required - API name:total_docs -
totalSize
@Nullable public java.lang.String totalSize()API name:total_size -
totalSizeInBytes
public long totalSizeInBytes()Required - API name:total_size_in_bytes -
totalStoppedTime
@Nullable public java.lang.String totalStoppedTime()API name:total_stopped_time -
totalStoppedTimeInMillis
public long totalStoppedTimeInMillis()Required - API name:total_stopped_time_in_millis -
totalThrottledTime
@Nullable public java.lang.String totalThrottledTime()API name:total_throttled_time -
totalThrottledTimeInMillis
public long totalThrottledTimeInMillis()Required - API name:total_throttled_time_in_millis -
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
-
setupMergesStatsDeserializer
-