Interface BitmapIndex.BitmapLookupListener

Enclosing interface:
BitmapIndex

public static interface BitmapIndex.BitmapLookupListener
Since:
6.8
  • Field Details

  • Method Details

    • onBitmapFound

      void onBitmapFound(AnyObjectId oid)
      This object has a bitmap in the index
      Parameters:
      oid - object id
    • onBitmapNotFound

      void onBitmapNotFound(AnyObjectId oid)
      This object does not have a bitmap in the index
      Parameters:
      oid - object id