druid/extensions-contrib/ambari-metrics-emitter/src
Roman Leventov dfd27e00c0
Avoid many unnecessary materializations of collections of 'all segments in cluster' cardinality (#7185)
* Avoid many  unnecessary materializations of collections of 'all segments in cluster' cardinality

* Fix DruidCoordinatorTest; Renamed DruidCoordinator.getReplicationStatus() to computeUnderReplicationCountsPerDataSourcePerTier()

* More Javadocs, typos, refactor DruidCoordinatorRuntimeParams.createAvailableSegmentsSet()

* Style

* typo

* Disable StaticPseudoFunctionalStyleMethod inspection because of too much false positives

* Fixes
2019-03-19 18:22:56 -03:00
..
main Avoid many unnecessary materializations of collections of 'all segments in cluster' cardinality (#7185) 2019-03-19 18:22:56 -03:00
test Prohibit some guava collection APIs and use JDK collection APIs directly (#6511) 2018-10-29 13:02:43 +01:00