ResizeResponse |
IndicesClient.clone(ResizeRequest resizeRequest,
RequestOptions options) |
Clones an index using the Clone Index API.
|
Cancellable |
IndicesClient.cloneAsync(ResizeRequest resizeRequest,
RequestOptions options,
ActionListener<ResizeResponse> listener) |
Asynchronously clones an index using the Clone Index API.
|
ActionFuture<ResizeResponse> |
IndicesAdminClient.resizeIndex(ResizeRequest request) |
Resize an index using an explicit request allowing to specify the settings, mappings and aliases of the target index of the index.
|
void |
IndicesAdminClient.resizeIndex(ResizeRequest request,
ActionListener<ResizeResponse> listener) |
Shrinks an index using an explicit request allowing to specify the settings, mappings and aliases of the target index of the index.
|
ResizeResponse |
IndicesClient.shrink(ResizeRequest resizeRequest,
RequestOptions options) |
Shrinks an index using the Shrink Index API.
|
Cancellable |
IndicesClient.shrinkAsync(ResizeRequest resizeRequest,
RequestOptions options,
ActionListener<ResizeResponse> listener) |
Asynchronously shrinks an index using the Shrink index API.
|
ResizeResponse |
IndicesClient.split(ResizeRequest resizeRequest,
RequestOptions options) |
Splits an index using the Split Index API.
|
Cancellable |
IndicesClient.splitAsync(ResizeRequest resizeRequest,
RequestOptions options,
ActionListener<ResizeResponse> listener) |
Asynchronously splits an index using the Split Index API.
|