Class MigrateReindex
java.lang.Object
co.elastic.clients.elasticsearch.indices.migrate_reindex.MigrateReindex
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MigrateReindex>Json deserializer forMigrateReindex -
Method Summary
Modifier and TypeMethodDescriptionfinal ModeEnummode()Required - Reindex mode.static MigrateReindexvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal SourceIndexsource()Required - The source index or data stream (only data streams are currently supported).toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forMigrateReindex
-
-
Method Details
-
of
-
mode
Required - Reindex mode. Currently only 'upgrade' is supported.API name:
mode -
source
Required - The source index or data stream (only data streams are currently supported).API name:
source -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMigrateReindexDeserializer
protected static void setupMigrateReindexDeserializer(ObjectDeserializer<MigrateReindex.Builder> op)
-