Module org.elasticsearch.server
Class MasterHistoryAction.TransportAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<MasterHistoryAction.Request,MasterHistoryAction.Response>
org.elasticsearch.action.support.HandledTransportAction<MasterHistoryAction.Request,MasterHistoryAction.Response>
org.elasticsearch.action.admin.cluster.coordination.MasterHistoryAction.TransportAction
- Enclosing class:
MasterHistoryAction
public static class MasterHistoryAction.TransportAction
extends HandledTransportAction<MasterHistoryAction.Request,MasterHistoryAction.Response>
This transport action fetches the MasterHistory from a remote node.
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportAction(TransportService transportService, ActionFilters actionFilters, MasterHistoryService masterHistoryService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, MasterHistoryAction.Request request, ActionListener<MasterHistoryAction.Response> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportAction
@Inject public TransportAction(TransportService transportService, ActionFilters actionFilters, MasterHistoryService masterHistoryService)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, MasterHistoryAction.Request request, ActionListener<MasterHistoryAction.Response> listener) - Specified by:
doExecutein classTransportAction<MasterHistoryAction.Request,MasterHistoryAction.Response>
-