Class TransportFileFlushAction

java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<FileFlushRequest,FileFlushResponse>
org.codelibs.elasticsearch.configsync.action.TransportFileFlushAction

public class TransportFileFlushAction extends org.elasticsearch.action.support.HandledTransportAction<FileFlushRequest,FileFlushResponse>
  • Field Summary

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

    actionName, logger, taskManager
  • Constructor Summary

    Constructors
    Constructor
    Description
    TransportFileFlushAction(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, FileFlushRequest request, org.elasticsearch.action.ActionListener<FileFlushResponse> listener)
     
    void
    sendRequest(Iterator<org.elasticsearch.cluster.node.DiscoveryNode> nodesIt, org.elasticsearch.action.ActionListener<ConfigFileFlushResponse> 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

    • TransportFileFlushAction

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