File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
server/src/main/java/org/elasticsearch/action/admin/cluster/reroute Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2121import org .elasticsearch .common .xcontent .ChunkedToXContentHelper ;
2222import org .elasticsearch .common .xcontent .ChunkedToXContentObject ;
2323import org .elasticsearch .core .RestApiVersion ;
24+ import org .elasticsearch .core .UpdateForV10 ;
25+ import org .elasticsearch .core .UpdateForV9 ;
2426import org .elasticsearch .rest .action .search .RestSearchAction ;
2527import org .elasticsearch .xcontent .ToXContent ;
2628
@@ -43,6 +45,8 @@ public class ClusterRerouteResponse extends ActionResponse implements IsAcknowle
4345 /**
4446 * To be removed when REST compatibility with {@link org.elasticsearch.Version#V_8_6_0} / {@link RestApiVersion#V_8} no longer needed
4547 */
48+ @ UpdateForV9 (owner = UpdateForV9 .Owner .DISTRIBUTED_COORDINATION ) // to remove from the v9 API only
49+ @ UpdateForV10 (owner = UpdateForV10 .Owner .DISTRIBUTED_COORDINATION ) // to remove entirely
4650 private final ClusterState state ;
4751 private final RoutingExplanations explanations ;
4852 private final boolean acknowledged ;
You can’t perform that action at this time.
0 commit comments