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