Class TransportStartStopAction
- java.lang.Object
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<StartStopRequest,StartStopResponse>
-
- com.floragunn.signals.actions.admin.start_stop.TransportStartStopAction
-
public class TransportStartStopAction extends org.elasticsearch.action.support.HandledTransportAction<StartStopRequest,StartStopResponse>
-
-
Constructor Summary
Constructors Constructor Description TransportStartStopAction(Signals signals, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.client.Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(org.elasticsearch.tasks.Task task, StartStopRequest request, org.elasticsearch.action.ActionListener<StartStopResponse> listener)
-
-
-
Constructor Detail
-
TransportStartStopAction
@Inject public TransportStartStopAction(Signals signals, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.client.Client client)
-
-
Method Detail
-
doExecute
protected final void doExecute(org.elasticsearch.tasks.Task task, StartStopRequest request, org.elasticsearch.action.ActionListener<StartStopResponse> listener)- Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<StartStopRequest,StartStopResponse>
-
-