Package org.elasticsearch.action.main
Class TransportMainAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<MainRequest,MainResponse>
org.elasticsearch.action.main.TransportMainAction
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, localConnection, logger, taskManager
-
Constructor Summary
ConstructorDescriptionTransportMainAction(Settings settings, TransportService transportService, ActionFilters actionFilters, ClusterService clusterService)
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute(Task task, MainRequest request, ActionListener<MainResponse> listener)
Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute, execute
-
Constructor Details
-
TransportMainAction
@Inject public TransportMainAction(Settings settings, TransportService transportService, ActionFilters actionFilters, ClusterService clusterService)
-
-
Method Details
-
doExecute
- Specified by:
doExecute
in classTransportAction<MainRequest,MainResponse>
-