Class OpenIndexClusterStateUpdateRequest
- java.lang.Object
-
- org.elasticsearch.cluster.ack.ClusterStateUpdateRequest<T>
-
- org.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest<OpenIndexClusterStateUpdateRequest>
-
- org.elasticsearch.action.admin.indices.open.OpenIndexClusterStateUpdateRequest
-
- All Implemented Interfaces:
AckedRequest
public class OpenIndexClusterStateUpdateRequest extends IndicesClusterStateUpdateRequest<OpenIndexClusterStateUpdateRequest>
Cluster state update request that allows to open one or more indices
-
-
Constructor Summary
Constructors Constructor Description OpenIndexClusterStateUpdateRequest()
-
Method Summary
Modifier and Type Method Description ActiveShardCount
waitForActiveShards()
OpenIndexClusterStateUpdateRequest
waitForActiveShards(ActiveShardCount waitForActiveShards)
-
Methods inherited from class org.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest
indices, indices
-
Methods inherited from class org.elasticsearch.cluster.ack.ClusterStateUpdateRequest
ackTimeout, ackTimeout, masterNodeTimeout, masterNodeTimeout
-
-
-
-
Method Detail
-
waitForActiveShards
public ActiveShardCount waitForActiveShards()
-
waitForActiveShards
public OpenIndexClusterStateUpdateRequest waitForActiveShards(ActiveShardCount waitForActiveShards)
-
-