Uses of Class
org.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest
-
-
Uses of IndicesClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.close
Subclasses of IndicesClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.close Modifier and Type Class Description classCloseIndexClusterStateUpdateRequestCluster state update request that allows to close one or more indices -
Uses of IndicesClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.delete
Subclasses of IndicesClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.delete Modifier and Type Class Description classDeleteIndexClusterStateUpdateRequestCluster state update request that allows to close one or more indices -
Uses of IndicesClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.mapping.put
Subclasses of IndicesClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.mapping.put Modifier and Type Class Description classPutMappingClusterStateUpdateRequestCluster state update request that allows to put a mapping -
Uses of IndicesClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.open
Subclasses of IndicesClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.open Modifier and Type Class Description classOpenIndexClusterStateUpdateRequestCluster state update request that allows to open one or more indices -
Uses of IndicesClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.settings.put
Subclasses of IndicesClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.settings.put Modifier and Type Class Description classUpdateSettingsClusterStateUpdateRequestCluster state update request that allows to update settings for some indices -
Uses of IndicesClusterStateUpdateRequest in org.elasticsearch.cluster.ack
Classes in org.elasticsearch.cluster.ack with type parameters of type IndicesClusterStateUpdateRequest Modifier and Type Class Description classIndicesClusterStateUpdateRequest<T extends IndicesClusterStateUpdateRequest<T>>Base cluster state update request that allows to execute update against multiple indices
-