Uses of Class
org.roaringbitmap.insights.BitmapStatistics
-
Packages that use BitmapStatistics Package Description org.roaringbitmap.insights -
-
Uses of BitmapStatistics in org.roaringbitmap.insights
Fields in org.roaringbitmap.insights declared as BitmapStatistics Modifier and Type Field Description static BitmapStatisticsBitmapStatistics. emptyMethods in org.roaringbitmap.insights that return BitmapStatistics Modifier and Type Method Description static BitmapStatisticsBitmapAnalyser. analyse(Collection<? extends RoaringBitmap> bitmaps)Analyze the internal representation of bitmapsstatic BitmapStatisticsBitmapAnalyser. analyse(RoaringBitmap r)Analyze the internal representation of bitmapMethods in org.roaringbitmap.insights with parameters of type BitmapStatistics Modifier and Type Method Description static StringNaiveWriterRecommender. recommend(BitmapStatistics s)Based on the statistics it applies expert rules to help tuning theRoaringBitmapWriter
-