OpenSearch/x-pack/plugin/autoscaling
Jason Tedor 8ed1a6cdb6
Use List.of convenience methods in 7.x autoscaling
We do not have access to JDK 9 collection convenience methods in 7.x
because we are compatible with JDK 8 there. Yet, we have recently added
a substitute for these convenience methods that even delegate to the
right places when running on JDK 9, to make backporting easier. This
commit utilizes these new methods in the autoscaling codebase.
2020-04-01 12:17:56 -04:00
..
qa Introduce autoscaling policies (#54473) 2020-04-01 08:12:26 -04:00
src Use List.of convenience methods in 7.x autoscaling 2020-04-01 12:17:56 -04:00
build.gradle Introduce autoscaling policies (#54473) 2020-04-01 08:12:26 -04:00