Uses of Class
org.elasticsearch.client.indices.CloseIndexResponse
-
Packages that use CloseIndexResponse Package Description org.elasticsearch.client org.elasticsearch.client.indices -
-
Uses of CloseIndexResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return CloseIndexResponse Modifier and Type Method Description CloseIndexResponseIndicesClient. close(CloseIndexRequest closeIndexRequest, RequestOptions options)Closes an index using the Close Index API.Method parameters in org.elasticsearch.client with type arguments of type CloseIndexResponse Modifier and Type Method Description CancellableIndicesClient. closeAsync(CloseIndexRequest closeIndexRequest, RequestOptions options, ActionListener<CloseIndexResponse> listener)Asynchronously closes an index using the Close Index API. -
Uses of CloseIndexResponse in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return CloseIndexResponse Modifier and Type Method Description static CloseIndexResponseCloseIndexResponse. fromXContent(XContentParser parser)
-