Uses of Class
org.elasticsearch.action.admin.indices.open.OpenIndexClusterStateUpdateRequest
-
Packages that use OpenIndexClusterStateUpdateRequest Package Description org.elasticsearch.action.admin.indices.open org.elasticsearch.cluster.metadata -
-
Uses of OpenIndexClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.open
Methods in org.elasticsearch.action.admin.indices.open that return OpenIndexClusterStateUpdateRequest Modifier and Type Method Description OpenIndexClusterStateUpdateRequestOpenIndexClusterStateUpdateRequest. waitForActiveShards(ActiveShardCount waitForActiveShards) -
Uses of OpenIndexClusterStateUpdateRequest in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata with parameters of type OpenIndexClusterStateUpdateRequest Modifier and Type Method Description voidMetaDataIndexStateService. openIndex(OpenIndexClusterStateUpdateRequest request, ActionListener<OpenIndexClusterStateUpdateResponse> listener)
-