|
|
@@ -3,7 +3,7 @@
|
|
|
* or more contributor license agreements. Licensed under the Elastic License;
|
|
|
* you may not use this file except in compliance with the Elastic License.
|
|
|
*/
|
|
|
-package org.elasticsearch.xpack.indexlifecycle;
|
|
|
+package org.elasticsearch.xpack.ilm;
|
|
|
|
|
|
import org.apache.lucene.util.SetOnce;
|
|
|
import org.elasticsearch.ElasticsearchException;
|
|
|
@@ -67,26 +67,26 @@ import org.elasticsearch.xpack.core.snapshotlifecycle.action.GetSnapshotLifecycl
|
|
|
import org.elasticsearch.xpack.core.snapshotlifecycle.action.PutSnapshotLifecycleAction;
|
|
|
import org.elasticsearch.xpack.core.snapshotlifecycle.history.SnapshotHistoryStore;
|
|
|
import org.elasticsearch.xpack.core.snapshotlifecycle.history.SnapshotLifecycleTemplateRegistry;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.RestDeleteLifecycleAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.RestExplainLifecycleAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.RestGetLifecycleAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.RestGetStatusAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.RestMoveToStepAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.RestPutLifecycleAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.RestRemoveIndexLifecyclePolicyAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.RestRetryAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.RestStartILMAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.RestStopAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.TransportDeleteLifecycleAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.TransportExplainLifecycleAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.TransportGetLifecycleAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.TransportGetStatusAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.TransportMoveToStepAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.TransportPutLifecycleAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.TransportRemoveIndexLifecyclePolicyAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.TransportRetryAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.TransportStartILMAction;
|
|
|
-import org.elasticsearch.xpack.indexlifecycle.action.TransportStopILMAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.RestDeleteLifecycleAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.RestExplainLifecycleAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.RestGetLifecycleAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.RestGetStatusAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.RestMoveToStepAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.RestPutLifecycleAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.RestRemoveIndexLifecyclePolicyAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.RestRetryAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.RestStartILMAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.RestStopAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.TransportDeleteLifecycleAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.TransportExplainLifecycleAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.TransportGetLifecycleAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.TransportGetStatusAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.TransportMoveToStepAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.TransportPutLifecycleAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.TransportRemoveIndexLifecyclePolicyAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.TransportRetryAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.TransportStartILMAction;
|
|
|
+import org.elasticsearch.xpack.ilm.action.TransportStopILMAction;
|
|
|
import org.elasticsearch.xpack.slm.SnapshotLifecycleService;
|
|
|
import org.elasticsearch.xpack.slm.SnapshotLifecycleTask;
|
|
|
import org.elasticsearch.xpack.slm.action.RestDeleteSnapshotLifecycleAction;
|