Module org.elasticsearch.server
Package org.elasticsearch.repositories
Class VerifyNodeRepositoryAction.TransportAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<VerifyNodeRepositoryAction.Request,ActionResponse.Empty>
org.elasticsearch.action.support.HandledTransportAction<VerifyNodeRepositoryAction.Request,ActionResponse.Empty>
org.elasticsearch.repositories.VerifyNodeRepositoryAction.TransportAction
- Enclosing class:
VerifyNodeRepositoryAction
public static class VerifyNodeRepositoryAction.TransportAction
extends HandledTransportAction<VerifyNodeRepositoryAction.Request,ActionResponse.Empty>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportAction(TransportService transportService, ActionFilters actionFilters, ThreadPool threadPool, ClusterService clusterService, RepositoriesService repositoriesService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, VerifyNodeRepositoryAction.Request request, ActionListener<ActionResponse.Empty> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportAction
@Inject public TransportAction(TransportService transportService, ActionFilters actionFilters, ThreadPool threadPool, ClusterService clusterService, RepositoriesService repositoriesService)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, VerifyNodeRepositoryAction.Request request, ActionListener<ActionResponse.Empty> listener) - Specified by:
doExecutein classTransportAction<VerifyNodeRepositoryAction.Request,ActionResponse.Empty>
-