Class CloseIndexClusterStateUpdateRequest
java.lang.Object
org.opensearch.cluster.ack.ClusterStateUpdateRequest<CloseIndexClusterStateUpdateRequest>
org.opensearch.cluster.ack.IndicesClusterStateUpdateRequest<CloseIndexClusterStateUpdateRequest>
org.opensearch.action.admin.indices.close.CloseIndexClusterStateUpdateRequest
- All Implemented Interfaces:
AckedRequest
public class CloseIndexClusterStateUpdateRequest
extends IndicesClusterStateUpdateRequest<CloseIndexClusterStateUpdateRequest>
Cluster state update request that allows to close one or more indices
- Opensearch.internal:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
taskId()
taskId
(long taskId) waitForActiveShards
(ActiveShardCount waitForActiveShards) Methods inherited from class org.opensearch.cluster.ack.IndicesClusterStateUpdateRequest
indices, indices
Methods inherited from class org.opensearch.cluster.ack.ClusterStateUpdateRequest
ackTimeout, ackTimeout, masterNodeTimeout, masterNodeTimeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opensearch.cluster.ack.AckedRequest
clusterManagerNodeTimeout
-
Constructor Details
-
CloseIndexClusterStateUpdateRequest
public CloseIndexClusterStateUpdateRequest(long taskId)
-
-
Method Details
-
taskId
public long taskId() -
taskId
-
waitForActiveShards
-
waitForActiveShards
public CloseIndexClusterStateUpdateRequest waitForActiveShards(ActiveShardCount waitForActiveShards)
-