java.lang.Object
org.elasticsearch.action.support.TransportAction<GetHealthAction.Request,GetHealthAction.Response>
org.elasticsearch.health.GetHealthAction.LocalAction
- Enclosing class:
- GetHealthAction
public static class GetHealthAction.LocalAction
extends TransportAction<GetHealthAction.Request,GetHealthAction.Response>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager
-
Constructor Summary
ConstructorsConstructorDescriptionLocalAction
(ActionFilters actionFilters, TransportService transportService, ClusterService clusterService, HealthService healthService, NodeClient client, HealthApiStats healthApiStats) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute
(Task task, GetHealthAction.Request request, ActionListener<GetHealthAction.Response> responseListener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
LocalAction
@Inject public LocalAction(ActionFilters actionFilters, TransportService transportService, ClusterService clusterService, HealthService healthService, NodeClient client, HealthApiStats healthApiStats)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, GetHealthAction.Request request, ActionListener<GetHealthAction.Response> responseListener) - Specified by:
doExecute
in classTransportAction<GetHealthAction.Request,
GetHealthAction.Response>
-