|
@@ -131,9 +131,7 @@ import org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction;
|
|
import org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction;
|
|
import org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction;
|
|
import org.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction;
|
|
import org.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction;
|
|
import org.elasticsearch.action.admin.indices.shrink.ResizeAction;
|
|
import org.elasticsearch.action.admin.indices.shrink.ResizeAction;
|
|
-import org.elasticsearch.action.admin.indices.shrink.ShrinkAction;
|
|
|
|
import org.elasticsearch.action.admin.indices.shrink.TransportResizeAction;
|
|
import org.elasticsearch.action.admin.indices.shrink.TransportResizeAction;
|
|
-import org.elasticsearch.action.admin.indices.shrink.TransportShrinkAction;
|
|
|
|
import org.elasticsearch.action.admin.indices.stats.IndicesStatsAction;
|
|
import org.elasticsearch.action.admin.indices.stats.IndicesStatsAction;
|
|
import org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction;
|
|
import org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction;
|
|
import org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction;
|
|
import org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction;
|
|
@@ -446,7 +444,6 @@ public class ActionModule extends AbstractModule {
|
|
actions.register(IndicesSegmentsAction.INSTANCE, TransportIndicesSegmentsAction.class);
|
|
actions.register(IndicesSegmentsAction.INSTANCE, TransportIndicesSegmentsAction.class);
|
|
actions.register(IndicesShardStoresAction.INSTANCE, TransportIndicesShardStoresAction.class);
|
|
actions.register(IndicesShardStoresAction.INSTANCE, TransportIndicesShardStoresAction.class);
|
|
actions.register(CreateIndexAction.INSTANCE, TransportCreateIndexAction.class);
|
|
actions.register(CreateIndexAction.INSTANCE, TransportCreateIndexAction.class);
|
|
- actions.register(ShrinkAction.INSTANCE, TransportShrinkAction.class);
|
|
|
|
actions.register(ResizeAction.INSTANCE, TransportResizeAction.class);
|
|
actions.register(ResizeAction.INSTANCE, TransportResizeAction.class);
|
|
actions.register(RolloverAction.INSTANCE, TransportRolloverAction.class);
|
|
actions.register(RolloverAction.INSTANCE, TransportRolloverAction.class);
|
|
actions.register(DeleteIndexAction.INSTANCE, TransportDeleteIndexAction.class);
|
|
actions.register(DeleteIndexAction.INSTANCE, TransportDeleteIndexAction.class);
|