Class RethrottleAction

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RethrottleRequestBuilder newRequestBuilder​(org.elasticsearch.client.ElasticsearchClient client)  
      org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse newResponse()  
      • Methods inherited from class org.elasticsearch.action.GenericAction

        equals, hashCode, name, transportOptions
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • newResponse

        public org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse newResponse()
        Specified by:
        newResponse in class org.elasticsearch.action.GenericAction<RethrottleRequest,org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse>