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

    Constructors
    Constructor
    Description
    TransportResetSyncAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ConfigSyncService configSyncService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doExecute(org.elasticsearch.tasks.Task task, ResetSyncRequest request, org.elasticsearch.action.ActionListener<ResetSyncResponse> listener)
     
    void
    sendRequest(Iterator<org.elasticsearch.cluster.node.DiscoveryNode> nodesIt, org.elasticsearch.action.ActionListener<ConfigResetSyncResponse> listener)
     

    Methods inherited from class org.elasticsearch.action.support.TransportAction

    execute, localOnly

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TransportResetSyncAction

      @Inject public TransportResetSyncAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ConfigSyncService configSyncService)
  • Method Details