AckedRequestCreateIndexClusterStateUpdateRequest, IndicesAliasesClusterStateUpdateRequest, IndicesClusterStateUpdateRequest, RepositoriesService.RegisterRepositoryRequest, RepositoriesService.UnregisterRepositoryRequest, UpgradeSettingsClusterStateUpdateRequestpublic abstract class ClusterStateUpdateRequest<T extends ClusterStateUpdateRequest<T>> extends java.lang.Object implements AckedRequest
| Constructor | Description |
|---|---|
ClusterStateUpdateRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
TimeValue |
ackTimeout() |
Returns the maximum time interval to wait for acknowledgements
|
T |
ackTimeout(TimeValue ackTimeout) |
Sets the acknowledgement timeout
|
TimeValue |
masterNodeTimeout() |
Returns the maximum time interval to wait for the request to
be completed on the master node
|
T |
masterNodeTimeout(TimeValue masterNodeTimeout) |
Sets the master node timeout
|
public TimeValue ackTimeout()
ackTimeout in interface AckedRequestpublic TimeValue masterNodeTimeout()
masterNodeTimeout in interface AckedRequest