Uses of Class
org.elasticsearch.action.admin.indices.shrink.ResizeResponse
-
Packages that use ResizeResponse Package Description org.elasticsearch.action.admin.indices.shrink org.elasticsearch.client -
-
Uses of ResizeResponse in org.elasticsearch.action.admin.indices.shrink
Methods in org.elasticsearch.action.admin.indices.shrink that return ResizeResponse Modifier and Type Method Description static ResizeResponseResizeResponse. fromXContent(XContentParser parser)protected ResizeResponseTransportResizeAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.indices.shrink with type arguments of type ResizeResponse Modifier and Type Method Description protected voidTransportResizeAction. masterOperation(ResizeRequest resizeRequest, ClusterState state, ActionListener<ResizeResponse> listener)Constructor parameters in org.elasticsearch.action.admin.indices.shrink with type arguments of type ResizeResponse Constructor Description ResizeRequestBuilder(ElasticsearchClient client, ActionType<ResizeResponse> action) -
Uses of ResizeResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ResizeResponse Modifier and Type Method Description ResizeResponseIndicesClient. clone(ResizeRequest resizeRequest, RequestOptions options)Clones an index using the Clone Index API.ResizeResponseIndicesClient. shrink(ResizeRequest resizeRequest, RequestOptions options)Shrinks an index using the Shrink Index API.ResizeResponseIndicesClient. split(ResizeRequest resizeRequest, RequestOptions options)Splits an index using the Split Index API.Methods in org.elasticsearch.client that return types with arguments of type ResizeResponse Modifier and Type Method Description 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.Method parameters in org.elasticsearch.client with type arguments of type ResizeResponse Modifier and Type Method Description CancellableIndicesClient. cloneAsync(ResizeRequest resizeRequest, RequestOptions options, ActionListener<ResizeResponse> listener)Asynchronously clones an index using the Clone Index API.voidIndicesAdminClient. 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.CancellableIndicesClient. shrinkAsync(ResizeRequest resizeRequest, RequestOptions options, ActionListener<ResizeResponse> listener)Asynchronously shrinks an index using the Shrink index API.CancellableIndicesClient. splitAsync(ResizeRequest resizeRequest, RequestOptions options, ActionListener<ResizeResponse> listener)Asynchronously splits an index using the Split Index API.
-