Class TranslogStatus
java.lang.Object
co.elastic.clients.elasticsearch.indices.recovery.TranslogStatus
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TranslogStatus>Json deserializer forTranslogStatus -
Method Summary
Modifier and TypeMethodDescriptionstatic TranslogStatusfinal Stringpercent()Required - API name:percentfinal longRequired - API name:recoveredvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final longtotal()Required - API name:totalfinal longRequired - API name:total_on_startfinal TimeAPI name:total_timefinal longRequired - API name:total_time_in_millis
-
Field Details
-
_DESERIALIZER
Json deserializer forTranslogStatus
-
-
Method Details
-
of
-
percent
Required - API name:percent -
recovered
public final long recovered()Required - API name:recovered -
total
public final long total()Required - API name:total -
totalOnStart
public final long totalOnStart()Required - API name:total_on_start -
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
-
toString
-
setupTranslogStatusDeserializer
protected static void setupTranslogStatusDeserializer(ObjectDeserializer<TranslogStatus.Builder> op)
-