Class RecoveryStats
java.lang.Object
co.elastic.clients.elasticsearch._types.RecoveryStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RecoveryStats>Json deserializer forRecoveryStats -
Method Summary
Modifier and TypeMethodDescriptionfinal longRequired - API name:current_as_sourcefinal longRequired - API name:current_as_targetstatic RecoveryStatsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal TimeAPI name:throttle_timefinal longRequired - API name:throttle_time_in_millistoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRecoveryStats
-
-
Method Details
-
of
-
currentAsSource
public final long currentAsSource()Required - API name:current_as_source -
currentAsTarget
public final long currentAsTarget()Required - API name:current_as_target -
throttleTime
API name:throttle_time -
throttleTimeInMillis
public final long throttleTimeInMillis()Required - API name:throttle_time_in_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRecoveryStatsDeserializer
-