Class AddIndexBlockClusterStateUpdateRequest
java.lang.Object
org.opensearch.cluster.ack.ClusterStateUpdateRequest<T>
org.opensearch.cluster.ack.IndicesClusterStateUpdateRequest<AddIndexBlockClusterStateUpdateRequest>
org.opensearch.action.admin.indices.readonly.AddIndexBlockClusterStateUpdateRequest
- All Implemented Interfaces:
AckedRequest
public class AddIndexBlockClusterStateUpdateRequest
extends IndicesClusterStateUpdateRequest<AddIndexBlockClusterStateUpdateRequest>
Cluster state update request that allows to add a block to one or more indices
- Opensearch.internal:
-
Constructor Summary
ConstructorsConstructorDescriptionAddIndexBlockClusterStateUpdateRequest
(IndexMetadata.APIBlock block, long taskId) -
Method Summary
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
-
AddIndexBlockClusterStateUpdateRequest
-
-
Method Details
-
taskId
public long taskId() -
getBlock
-
taskId
-