BitmapIndexImpl
public interface BitmapIndex
Modifier and Type | Interface | Description |
---|---|---|
static interface |
BitmapIndex.Bitmap |
A bitmap representation of ObjectIds that can be iterated to return the
underlying
ObjectId s or operated on with other Bitmap s. |
static interface |
BitmapIndex.BitmapBuilder |
A builder for a bitmap.
|
Modifier and Type | Method | Description |
---|---|---|
BitmapIndex.Bitmap |
getBitmap(AnyObjectId objectId) |
Get the bitmap for the id.
|
BitmapIndex.BitmapBuilder |
newBitmapBuilder() |
BitmapIndex.Bitmap getBitmap(AnyObjectId objectId)
objectId
- the object IDBitmapIndex.BitmapBuilder newBitmapBuilder()
BitmapBuilder
based on the values in the index.Copyright © 2018. All rights reserved.