- Enclosing interface:
- BitmapIndex
public static interface BitmapIndex.BitmapLookupListener
Report the results of
BitmapIndex.getBitmap(AnyObjectId)- Since:
- 6.8
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonBitmapFound(AnyObjectId oid) This object has a bitmap in the indexvoidThis object does not have a bitmap in the index
-
Field Details
-
NOOP
No-op instance
-
-
Method Details
-
onBitmapFound
This object has a bitmap in the index- Parameters:
oid- object id
-
onBitmapNotFound
This object does not have a bitmap in the index- Parameters:
oid- object id
-