public class RethrottleAction extends org.elasticsearch.action.Action<RethrottleRequest,org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse,RethrottleRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static RethrottleAction |
INSTANCE |
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
RethrottleRequestBuilder |
newRequestBuilder(org.elasticsearch.client.ElasticsearchClient client) |
org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse |
newResponse() |
public static final RethrottleAction INSTANCE
public static final java.lang.String NAME
public RethrottleRequestBuilder newRequestBuilder(org.elasticsearch.client.ElasticsearchClient client)
newRequestBuilder in class org.elasticsearch.action.Action<RethrottleRequest,org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse,RethrottleRequestBuilder>public org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse newResponse()
newResponse in class org.elasticsearch.action.GenericAction<RethrottleRequest,org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse>