Uses of Class
org.elasticsearch.action.admin.indices.close.CloseIndexResponse
-
Packages that use CloseIndexResponse Package Description org.elasticsearch.action.admin.indices.close org.elasticsearch.client org.elasticsearch.cluster.metadata -
-
Uses of CloseIndexResponse in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close that return CloseIndexResponse Modifier and Type Method Description protected CloseIndexResponseTransportCloseIndexAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.indices.close with type arguments of type CloseIndexResponse Modifier and Type Method Description 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 CloseIndexResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type CloseIndexResponse Modifier and Type Method Description ActionFuture<CloseIndexResponse>IndicesAdminClient. close(CloseIndexRequest request)Closes an index based on the index name.Method parameters in org.elasticsearch.client with type arguments of type CloseIndexResponse Modifier and Type Method Description voidIndicesAdminClient. close(CloseIndexRequest request, ActionListener<CloseIndexResponse> listener)Closes an index based on the index name. -
Uses of CloseIndexResponse in org.elasticsearch.cluster.metadata
Method parameters in org.elasticsearch.cluster.metadata with type arguments of type CloseIndexResponse Modifier and Type Method Description voidMetaDataIndexStateService. closeIndices(CloseIndexClusterStateUpdateRequest request, ActionListener<CloseIndexResponse> listener)Closes one or more indices.
-