Package org.apache.druid.segment.data
Class ConciseBitmapSerdeFactory
- java.lang.Object
-
- org.apache.druid.segment.data.ConciseBitmapSerdeFactory
-
- All Implemented Interfaces:
BitmapSerdeFactory
- Direct Known Subclasses:
BitmapSerde.LegacyBitmapSerdeFactory
public class ConciseBitmapSerdeFactory extends Object implements BitmapSerdeFactory
-
-
Constructor Summary
Constructors Constructor Description ConciseBitmapSerdeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BitmapFactorygetBitmapFactory()ObjectStrategy<ImmutableBitmap>getObjectStrategy()inthashCode()StringtoString()
-
-
-
Method Detail
-
getObjectStrategy
public ObjectStrategy<ImmutableBitmap> getObjectStrategy()
- Specified by:
getObjectStrategyin interfaceBitmapSerdeFactory
-
getBitmapFactory
public BitmapFactory getBitmapFactory()
- Specified by:
getBitmapFactoryin interfaceBitmapSerdeFactory
-
-