OpenSearch/x-pack/plugin/ml/src/test/java/org/elasticsearch
Dimitris Athanasiou 057cdffed5
[ML] Refactor DataStreamDiagnostics to use array (#30129)
This commit refactors the DataStreamDiagnostics class
achieving the following advantages:

- simpler code; by encapsulating the moving bucket histogram
into its own class
- better performance; by using an array to store the buckets
instead of a map
- explicit handling of gap buckets; in preparation of fixing #30080
2018-05-01 09:50:32 +01:00
..
license Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
xpack/ml [ML] Refactor DataStreamDiagnostics to use array (#30129) 2018-05-01 09:50:32 +01:00