Class StatusInProgress
java.lang.Object
co.elastic.clients.elasticsearch.indices.get_migrate_reindex_status.StatusInProgress
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StatusInProgress>Json deserializer forStatusInProgress -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringindex()Required - API name:indexstatic StatusInProgressfinal longRequired - API name:reindexed_doc_countvoidserialize(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 longRequired - API name:total_doc_count
-
Field Details
-
_DESERIALIZER
Json deserializer forStatusInProgress
-
-
Method Details
-
of
public static StatusInProgress of(Function<StatusInProgress.Builder, ObjectBuilder<StatusInProgress>> fn) -
index
Required - API name:index -
totalDocCount
public final long totalDocCount()Required - API name:total_doc_count -
reindexedDocCount
public final long reindexedDocCount()Required - API name:reindexed_doc_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupStatusInProgressDeserializer
protected static void setupStatusInProgressDeserializer(ObjectDeserializer<StatusInProgress.Builder> op)
-