| Package | Description | 
|---|---|
| io.druid.collections | |
| io.druid.collections.bitmap | |
| io.druid.collections.spatial | |
| io.druid.query.aggregation.distinctcount | |
| io.druid.segment | 
| Modifier and Type | Method and Description | 
|---|---|
static IntegerSet | 
IntegerSet.wrap(MutableBitmap mutableBitmap)  | 
| Constructor and Description | 
|---|
BitSetIterator(MutableBitmap bitSet)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WrappedBitSetBitmap
WrappedBitSetBitmap implements MutableBitmap for java.util.BitSet 
 | 
class  | 
WrappedConciseBitmap  | 
class  | 
WrappedRoaringBitmap  | 
| Modifier and Type | Method and Description | 
|---|---|
MutableBitmap | 
RoaringBitmapFactory.makeEmptyMutableBitmap()  | 
MutableBitmap | 
ConciseBitmapFactory.makeEmptyMutableBitmap()  | 
MutableBitmap | 
BitmapFactory.makeEmptyMutableBitmap()
Create a new empty bitmap 
 | 
MutableBitmap | 
BitSetBitmapFactory.makeEmptyMutableBitmap()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WrappedBitSetBitmap.and(MutableBitmap mutableBitmap)  | 
void | 
WrappedBitSetBitmap.andNot(MutableBitmap mutableBitmap)  | 
ImmutableBitmap | 
RoaringBitmapFactory.makeImmutableBitmap(MutableBitmap mutableBitmap)  | 
ImmutableBitmap | 
ConciseBitmapFactory.makeImmutableBitmap(MutableBitmap mutableBitmap)  | 
ImmutableBitmap | 
BitmapFactory.makeImmutableBitmap(MutableBitmap mutableBitmap)  | 
ImmutableBitmap | 
BitSetBitmapFactory.makeImmutableBitmap(MutableBitmap mutableBitmap)  | 
void | 
WrappedRoaringBitmap.or(MutableBitmap mutableBitmap)  | 
void | 
WrappedConciseBitmap.or(MutableBitmap mutableBitmap)  | 
void | 
WrappedBitSetBitmap.or(MutableBitmap mutableBitmap)  | 
void | 
MutableBitmap.or(MutableBitmap mutableBitmap)
Compute the bitwise-or of this bitmap with another bitmap. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MutableBitmap | 
Point.getBitmap()  | 
MutableBitmap | 
Node.getBitmap()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RTree.insert(float[] coords,
      MutableBitmap entry)  | 
| Constructor and Description | 
|---|
Node(float[] minCoordinates,
    float[] maxCoordinates,
    List<Node> children,
    boolean isLeaf,
    Node parent,
    MutableBitmap bitmap)  | 
Point(float[] coords,
     MutableBitmap entry)  | 
| Modifier and Type | Method and Description | 
|---|---|
MutableBitmap | 
RoaringBitMapFactory.makeEmptyMutableBitmap()  | 
MutableBitmap | 
JavaBitMapFactory.makeEmptyMutableBitmap()  | 
MutableBitmap | 
ConciseBitMapFactory.makeEmptyMutableBitmap()  | 
MutableBitmap | 
BitMapFactory.makeEmptyMutableBitmap()
Create a new empty bitmap 
 | 
| Constructor and Description | 
|---|
DistinctCountAggregator(DimensionSelector selector,
                       MutableBitmap mutableBitmap)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DoubleDimensionIndexer.fillBitmapsFromUnsortedEncodedKeyComponent(Double key,
                                          int rowNum,
                                          MutableBitmap[] bitmapIndexes,
                                          BitmapFactory factory)  | 
void | 
DimensionIndexer.fillBitmapsFromUnsortedEncodedKeyComponent(EncodedKeyComponentType key,
                                          int rowNum,
                                          MutableBitmap[] bitmapIndexes,
                                          BitmapFactory factory)
Helper function for building bitmap indexes for integer-encoded dimensions. 
 | 
void | 
FloatDimensionIndexer.fillBitmapsFromUnsortedEncodedKeyComponent(Float key,
                                          int rowNum,
                                          MutableBitmap[] bitmapIndexes,
                                          BitmapFactory factory)  | 
void | 
StringDimensionIndexer.fillBitmapsFromUnsortedEncodedKeyComponent(int[] key,
                                          int rowNum,
                                          MutableBitmap[] bitmapIndexes,
                                          BitmapFactory factory)  | 
void | 
LongDimensionIndexer.fillBitmapsFromUnsortedEncodedKeyComponent(Long key,
                                          int rowNum,
                                          MutableBitmap[] bitmapIndexes,
                                          BitmapFactory factory)  | 
Copyright © 2011–2018. All rights reserved.