|
66 | 66 | import org.elasticsearch.xpack.core.ml.action.DeleteForecastAction; |
67 | 67 | import org.elasticsearch.xpack.core.ml.action.DeleteJobAction; |
68 | 68 | import org.elasticsearch.xpack.core.ml.action.DeleteModelSnapshotAction; |
69 | | -import org.elasticsearch.xpack.core.ml.action.FinalizeJobExecutionAction; |
70 | 69 | import org.elasticsearch.xpack.core.ml.action.FindFileStructureAction; |
71 | 70 | import org.elasticsearch.xpack.core.ml.action.FlushJobAction; |
72 | 71 | import org.elasticsearch.xpack.core.ml.action.ForecastJobAction; |
|
120 | 119 | import org.elasticsearch.xpack.ml.action.TransportDeleteForecastAction; |
121 | 120 | import org.elasticsearch.xpack.ml.action.TransportDeleteJobAction; |
122 | 121 | import org.elasticsearch.xpack.ml.action.TransportDeleteModelSnapshotAction; |
123 | | -import org.elasticsearch.xpack.ml.action.TransportFinalizeJobExecutionAction; |
124 | 122 | import org.elasticsearch.xpack.ml.action.TransportFindFileStructureAction; |
125 | 123 | import org.elasticsearch.xpack.ml.action.TransportFlushJobAction; |
126 | 124 | import org.elasticsearch.xpack.ml.action.TransportForecastJobAction; |
@@ -546,7 +544,6 @@ public List<RestHandler> getRestHandlers(Settings settings, RestController restC |
546 | 544 | new ActionHandler<>(GetRecordsAction.INSTANCE, TransportGetRecordsAction.class), |
547 | 545 | new ActionHandler<>(PostDataAction.INSTANCE, TransportPostDataAction.class), |
548 | 546 | new ActionHandler<>(CloseJobAction.INSTANCE, TransportCloseJobAction.class), |
549 | | - new ActionHandler<>(FinalizeJobExecutionAction.INSTANCE, TransportFinalizeJobExecutionAction.class), |
550 | 547 | new ActionHandler<>(FlushJobAction.INSTANCE, TransportFlushJobAction.class), |
551 | 548 | new ActionHandler<>(ValidateDetectorAction.INSTANCE, TransportValidateDetectorAction.class), |
552 | 549 | new ActionHandler<>(ValidateJobConfigAction.INSTANCE, TransportValidateJobConfigAction.class), |
|
0 commit comments