Uses of Class
org.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
Packages that use CloseIndexRequest Package Description org.elasticsearch.action.admin.indices.close org.elasticsearch.client -
-
Uses of CloseIndexRequest in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close that return CloseIndexRequest Modifier and Type Method Description CloseIndexRequestCloseIndexRequest. indices(String... indices)Sets the indices to be closedCloseIndexRequestCloseIndexRequest. indicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal wild wildcard expressions.CloseIndexRequestCloseIndexRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)Methods in org.elasticsearch.action.admin.indices.close with parameters of type CloseIndexRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportCloseIndexAction. checkBlock(CloseIndexRequest request, ClusterState state)protected voidTransportCloseIndexAction. doExecute(Task task, CloseIndexRequest request, ActionListener<CloseIndexResponse> listener)protected voidTransportCloseIndexAction. masterOperation(CloseIndexRequest request, ClusterState state, ActionListener<CloseIndexResponse> listener)protected voidTransportCloseIndexAction. masterOperation(Task task, CloseIndexRequest request, ClusterState state, ActionListener<CloseIndexResponse> listener) -
Uses of CloseIndexRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return CloseIndexRequest Modifier and Type Method Description static CloseIndexRequestRequests. closeIndexRequest(String index)Creates a close index request.Methods in org.elasticsearch.client with parameters of type CloseIndexRequest Modifier and Type Method Description ActionFuture<CloseIndexResponse>IndicesAdminClient. close(CloseIndexRequest request)Closes an index based on the index name.voidIndicesAdminClient. close(CloseIndexRequest request, ActionListener<CloseIndexResponse> listener)Closes an index based on the index name.
-