public abstract class ClusterStateUpdateRequest<T extends ClusterStateUpdateRequest<T>> extends Object implements AckedRequest
Constructor and Description |
---|
ClusterStateUpdateRequest() |
Modifier and Type | Method and 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 AckedRequest
public TimeValue masterNodeTimeout()
masterNodeTimeout
in interface AckedRequest
Copyright © 2009–2017. All rights reserved.