Class ImportDanglingIndexRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.dangling_indices.ImportDanglingIndexRequest
Imports the specified dangling index
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "dangling_indices.import_dangling_index". -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanRequired - Must be set to true in order to import the dangling indexfinal StringRequired - The UUID of the dangling indexfinal TimeSpecify timeout for connection to masterstatic ImportDanglingIndexRequestfinal Timetimeout()Explicit operation timeoutMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<ImportDanglingIndexRequest,ImportDanglingIndexResponse, _ENDPOINTErrorResponse> Endpoint "dangling_indices.import_dangling_index".
-
-
Method Details
-
of
public static ImportDanglingIndexRequest of(Function<ImportDanglingIndexRequest.Builder, ObjectBuilder<ImportDanglingIndexRequest>> fn) -
acceptDataLoss
public final boolean acceptDataLoss()Required - Must be set to true in order to import the dangling indexAPI name:
accept_data_loss -
indexUuid
Required - The UUID of the dangling indexAPI name:
index_uuid -
masterTimeout
Specify timeout for connection to masterAPI name:
master_timeout -
timeout
Explicit operation timeoutAPI name:
timeout
-