Class TransportResetSyncAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<ResetSyncRequest,ResetSyncResponse>
org.codelibs.elasticsearch.configsync.action.TransportResetSyncAction
public class TransportResetSyncAction
extends org.elasticsearch.action.support.HandledTransportAction<ResetSyncRequest,ResetSyncResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportResetSyncAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ConfigSyncService configSyncService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.elasticsearch.tasks.Task task, ResetSyncRequest request, org.elasticsearch.action.ActionListener<ResetSyncResponse> listener) voidsendRequest(Iterator<org.elasticsearch.cluster.node.DiscoveryNode> nodesIt, org.elasticsearch.action.ActionListener<ConfigResetSyncResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, localOnly
-
Constructor Details
-
TransportResetSyncAction
@Inject public TransportResetSyncAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ConfigSyncService configSyncService)
-
-
Method Details
-
doExecute
protected void doExecute(org.elasticsearch.tasks.Task task, ResetSyncRequest request, org.elasticsearch.action.ActionListener<ResetSyncResponse> listener) - Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<ResetSyncRequest,ResetSyncResponse>
-
sendRequest
public void sendRequest(Iterator<org.elasticsearch.cluster.node.DiscoveryNode> nodesIt, org.elasticsearch.action.ActionListener<ConfigResetSyncResponse> listener)
-