public class PendingClusterTasksAction extends Action<PendingClusterTasksRequest,PendingClusterTasksResponse,PendingClusterTasksRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static PendingClusterTasksAction |
INSTANCE |
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
PendingClusterTasksRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
PendingClusterTasksResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final PendingClusterTasksAction INSTANCE
public static final java.lang.String NAME
public PendingClusterTasksResponse newResponse()
GenericActionnewResponse in class GenericAction<PendingClusterTasksRequest,PendingClusterTasksResponse>public PendingClusterTasksRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<PendingClusterTasksRequest,PendingClusterTasksResponse,PendingClusterTasksRequestBuilder>