public class ClusterHealthRequestBuilder extends java.lang.Object implements RequestBuilder<ClusterHealthResponse>
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
ClusterHealthRequestBuilder(HttpClientWrapper httpClient,
java.lang.String... indexNames) |
| Modifier and Type | Method and Description |
|---|---|
ClusterHealthResponse |
execute() |
ClusterHealthRequestBuilder |
setTimeout(long timeout) |
ClusterHealthRequestBuilder |
setWaitForYellowStatus() |
public ClusterHealthRequestBuilder(HttpClientWrapper httpClient, java.lang.String... indexNames)
public ClusterHealthRequestBuilder setWaitForYellowStatus()
public ClusterHealthResponse execute()
execute in interface RequestBuilder<ClusterHealthResponse>public ClusterHealthRequestBuilder setTimeout(long timeout)