Class PackBitmapIndexBuilder.StoredEntry

  • Enclosing class:
    PackBitmapIndexBuilder

    public static final class PackBitmapIndexBuilder.StoredEntry
    extends java.lang.Object
    Data object for the on disk representation of a bitmap entry.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.googlecode.javaewah.EWAHCompressedBitmap bitmap  
      private int flags  
      private long objectId  
      private int xorOffset  
    • Constructor Summary

      Constructors 
      Constructor Description
      StoredEntry​(long objectId, com.googlecode.javaewah.EWAHCompressedBitmap bitmap, int xorOffset, int flags)  
    • Field Detail

      • objectId

        private final long objectId
      • bitmap

        private final com.googlecode.javaewah.EWAHCompressedBitmap bitmap
      • xorOffset

        private final int xorOffset
      • flags

        private final int flags
    • Constructor Detail

      • StoredEntry

        StoredEntry​(long objectId,
                    com.googlecode.javaewah.EWAHCompressedBitmap bitmap,
                    int xorOffset,
                    int flags)
    • Method Detail

      • getBitmap

        public com.googlecode.javaewah.EWAHCompressedBitmap getBitmap()
        Returns:
        the bitmap
      • getXorOffset

        public int getXorOffset()
        Returns:
        the xorOffset
      • getFlags

        public int getFlags()
        Returns:
        the flags
      • getObjectId

        public long getObjectId()
        Returns:
        the ObjectId