Uses of Class
org.elasticsearch.action.admin.indices.close.CloseIndexClusterStateUpdateRequest
-
Packages that use CloseIndexClusterStateUpdateRequest Package Description org.elasticsearch.action.admin.indices.close org.elasticsearch.cluster.metadata -
-
Uses of CloseIndexClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close that return CloseIndexClusterStateUpdateRequest Modifier and Type Method Description CloseIndexClusterStateUpdateRequestCloseIndexClusterStateUpdateRequest. taskId(long taskId)CloseIndexClusterStateUpdateRequestCloseIndexClusterStateUpdateRequest. waitForActiveShards(ActiveShardCount waitForActiveShards) -
Uses of CloseIndexClusterStateUpdateRequest in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata with parameters of type CloseIndexClusterStateUpdateRequest Modifier and Type Method Description voidMetaDataIndexStateService. closeIndices(CloseIndexClusterStateUpdateRequest request, ActionListener<CloseIndexResponse> listener)Closes one or more indices.
-