Class BitmapCommit

    • Method Detail

      • isAddToIndex

        public boolean isAddToIndex()
        Whether corresponding bitmap should be added to PackBitmapIndexBuilder.
        Returns:
        true if the corresponding bitmap should be added to PackBitmapIndexBuilder.
      • newBuilder

        public static BitmapCommit.Builder newBuilder​(AnyObjectId objId)
        Get a builder of BitmapCommit whose object id is objId.
        Parameters:
        objId - the object id of the BitmapCommit
        Returns:
        a BitmapCommit builder with object id set.
      • copyFrom

        public static BitmapCommit.Builder copyFrom​(BitmapCommit commit)
        Get a builder of BitmapCommit whose fields are copied from commit.
        Parameters:
        commit - the bitmap commit the builder is copying from
        Returns:
        a BitmapCommit build with fields copied from an existing bitmap commit.