Skip to content

Commit c097134

Browse files
committed
Remove finalise job action
1 parent 168fd12 commit c097134

File tree

4 files changed

+0
-170
lines changed

4 files changed

+0
-170
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/XPackClientPlugin.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
import org.elasticsearch.xpack.core.ml.action.DeleteForecastAction;
5555
import org.elasticsearch.xpack.core.ml.action.DeleteJobAction;
5656
import org.elasticsearch.xpack.core.ml.action.DeleteModelSnapshotAction;
57-
import org.elasticsearch.xpack.core.ml.action.FinalizeJobExecutionAction;
5857
import org.elasticsearch.xpack.core.ml.action.FindFileStructureAction;
5958
import org.elasticsearch.xpack.core.ml.action.FlushJobAction;
6059
import org.elasticsearch.xpack.core.ml.action.ForecastJobAction;
@@ -236,7 +235,6 @@ public List<GenericAction> getClientActions() {
236235
GetRecordsAction.INSTANCE,
237236
PostDataAction.INSTANCE,
238237
CloseJobAction.INSTANCE,
239-
FinalizeJobExecutionAction.INSTANCE,
240238
FlushJobAction.INSTANCE,
241239
ValidateDetectorAction.INSTANCE,
242240
ValidateJobConfigAction.INSTANCE,

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/action/FinalizeJobExecutionAction.java

Lines changed: 0 additions & 79 deletions
This file was deleted.

x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/MachineLearning.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
import org.elasticsearch.xpack.core.ml.action.DeleteForecastAction;
6767
import org.elasticsearch.xpack.core.ml.action.DeleteJobAction;
6868
import org.elasticsearch.xpack.core.ml.action.DeleteModelSnapshotAction;
69-
import org.elasticsearch.xpack.core.ml.action.FinalizeJobExecutionAction;
7069
import org.elasticsearch.xpack.core.ml.action.FindFileStructureAction;
7170
import org.elasticsearch.xpack.core.ml.action.FlushJobAction;
7271
import org.elasticsearch.xpack.core.ml.action.ForecastJobAction;
@@ -120,7 +119,6 @@
120119
import org.elasticsearch.xpack.ml.action.TransportDeleteForecastAction;
121120
import org.elasticsearch.xpack.ml.action.TransportDeleteJobAction;
122121
import org.elasticsearch.xpack.ml.action.TransportDeleteModelSnapshotAction;
123-
import org.elasticsearch.xpack.ml.action.TransportFinalizeJobExecutionAction;
124122
import org.elasticsearch.xpack.ml.action.TransportFindFileStructureAction;
125123
import org.elasticsearch.xpack.ml.action.TransportFlushJobAction;
126124
import org.elasticsearch.xpack.ml.action.TransportForecastJobAction;
@@ -546,7 +544,6 @@ public List<RestHandler> getRestHandlers(Settings settings, RestController restC
546544
new ActionHandler<>(GetRecordsAction.INSTANCE, TransportGetRecordsAction.class),
547545
new ActionHandler<>(PostDataAction.INSTANCE, TransportPostDataAction.class),
548546
new ActionHandler<>(CloseJobAction.INSTANCE, TransportCloseJobAction.class),
549-
new ActionHandler<>(FinalizeJobExecutionAction.INSTANCE, TransportFinalizeJobExecutionAction.class),
550547
new ActionHandler<>(FlushJobAction.INSTANCE, TransportFlushJobAction.class),
551548
new ActionHandler<>(ValidateDetectorAction.INSTANCE, TransportValidateDetectorAction.class),
552549
new ActionHandler<>(ValidateJobConfigAction.INSTANCE, TransportValidateJobConfigAction.class),

x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/action/TransportFinalizeJobExecutionAction.java

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)