Class SchedulerConfigUpdateAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<SchedulerConfigUpdateResponse>
-
- com.floragunn.searchsupport.jobs.actions.SchedulerConfigUpdateAction
-
public class SchedulerConfigUpdateAction extends org.elasticsearch.action.ActionType<SchedulerConfigUpdateResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static SchedulerConfigUpdateActionINSTANCEstatic StringNAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedSchedulerConfigUpdateAction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsend(org.elasticsearch.client.Client client, String schedulerName)
-
-
-
Field Detail
-
INSTANCE
public static final SchedulerConfigUpdateAction INSTANCE
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
send
public static void send(org.elasticsearch.client.Client client, String schedulerName)
-
-