Package org.apache.druid.segment.data
Interface BitmapSerdeFactory
-
- All Known Implementing Classes:
BitmapSerde.DefaultBitmapSerdeFactory,BitmapSerde.LegacyBitmapSerdeFactory,ConciseBitmapSerdeFactory,RoaringBitmapSerdeFactory
public interface BitmapSerdeFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BitmapFactorygetBitmapFactory()ObjectStrategy<ImmutableBitmap>getObjectStrategy()
-
-
-
Method Detail
-
getObjectStrategy
ObjectStrategy<ImmutableBitmap> getObjectStrategy()
-
getBitmapFactory
BitmapFactory getBitmapFactory()
-
-