public class RoaringBitmapSerdeFactory extends Object implements BitmapSerdeFactory
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_COMPRESS_RUN_ON_SERIALIZATION |
| Constructor and Description |
|---|
RoaringBitmapSerdeFactory(Boolean compressRunOnSerialization) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BitmapFactory |
getBitmapFactory() |
boolean |
getCompressRunOnSerialization() |
ObjectStrategy<ImmutableBitmap> |
getObjectStrategy() |
int |
hashCode() |
String |
toString() |
public static final boolean DEFAULT_COMPRESS_RUN_ON_SERIALIZATION
public boolean getCompressRunOnSerialization()
public ObjectStrategy<ImmutableBitmap> getObjectStrategy()
getObjectStrategy in interface BitmapSerdeFactorypublic BitmapFactory getBitmapFactory()
getBitmapFactory in interface BitmapSerdeFactoryCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.