Uses of Class
org.roaringbitmap.insights.BitmapStatistics
Packages that use BitmapStatistics
-
Uses of BitmapStatistics in org.roaringbitmap.insights
Fields in org.roaringbitmap.insights declared as BitmapStatisticsMethods in org.roaringbitmap.insights that return BitmapStatisticsModifier and TypeMethodDescriptionstatic BitmapStatistics
BitmapAnalyser.analyse
(Collection<? extends RoaringBitmap> bitmaps) Analyze the internal representation of bitmapsstatic BitmapStatistics
BitmapAnalyser.analyse
(RoaringBitmap r) Analyze the internal representation of bitmap(package private) BitmapStatistics
BitmapStatistics.merge
(BitmapStatistics other) Methods in org.roaringbitmap.insights with parameters of type BitmapStatisticsModifier and TypeMethodDescriptionprivate static void
NaiveWriterRecommender.arrayContainerRecommendations
(BitmapStatistics s, StringBuilder sb) private static void
NaiveWriterRecommender.constantMemoryRecommendation
(BitmapStatistics s, StringBuilder sb) private static void
NaiveWriterRecommender.containerCountRecommendations
(BitmapStatistics basedOn, StringBuilder sb) (package private) BitmapStatistics
BitmapStatistics.merge
(BitmapStatistics other) static String
NaiveWriterRecommender.recommend
(BitmapStatistics s) Based on the statistics it applies expert rules to help tuning theRoaringBitmapWriter