Package org.apache.druid.segment.data
Class RoaringBitmapSerdeFactory
- java.lang.Object
-
- org.apache.druid.segment.data.RoaringBitmapSerdeFactory
-
- All Implemented Interfaces:
BitmapSerdeFactory
- Direct Known Subclasses:
BitmapSerde.DefaultBitmapSerdeFactory
public class RoaringBitmapSerdeFactory extends Object implements BitmapSerdeFactory
-
-
Field Summary
Fields Modifier and Type Field Description static RoaringBitmapSerdeFactoryINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protectedRoaringBitmapSerdeFactory(BitmapFactory bitmapFactory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BitmapFactorygetBitmapFactory()static RoaringBitmapSerdeFactorygetInstance()ObjectStrategy<ImmutableBitmap>getObjectStrategy()inthashCode()StringtoString()
-
-
-
Field Detail
-
INSTANCE
public static final RoaringBitmapSerdeFactory INSTANCE
-
-
Constructor Detail
-
RoaringBitmapSerdeFactory
protected RoaringBitmapSerdeFactory(BitmapFactory bitmapFactory)
-
-
Method Detail
-
getInstance
public static RoaringBitmapSerdeFactory getInstance()
-
getObjectStrategy
public ObjectStrategy<ImmutableBitmap> getObjectStrategy()
- Specified by:
getObjectStrategyin interfaceBitmapSerdeFactory
-
getBitmapFactory
public BitmapFactory getBitmapFactory()
- Specified by:
getBitmapFactoryin interfaceBitmapSerdeFactory
-
-