Class PackBitmapIndexV1.IdxPositionBitmap
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.file.PackBitmapIndexV1.IdxPositionBitmap
-
- Enclosing class:
- PackBitmapIndexV1
private static final class PackBitmapIndexV1.IdxPositionBitmap extends java.lang.Object
Temporary holder of object position in pack index and other metadata forStoredBitmap
.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) com.googlecode.javaewah.EWAHCompressedBitmap
bitmap
(package private) int
flags
(package private) int
nthObjectId
(package private) BasePackBitmapIndex.StoredBitmap
sb
(package private) PackBitmapIndexV1.IdxPositionBitmap
xorIdxPositionBitmap
-
Constructor Summary
Constructors Constructor Description IdxPositionBitmap(int nthObjectId, PackBitmapIndexV1.IdxPositionBitmap xorIdxPositionBitmap, com.googlecode.javaewah.EWAHCompressedBitmap bitmap, int flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) BasePackBitmapIndex.StoredBitmap
getXorStoredBitmap()
-
-
-
Field Detail
-
nthObjectId
int nthObjectId
-
xorIdxPositionBitmap
PackBitmapIndexV1.IdxPositionBitmap xorIdxPositionBitmap
-
bitmap
com.googlecode.javaewah.EWAHCompressedBitmap bitmap
-
flags
int flags
-
-
Constructor Detail
-
IdxPositionBitmap
IdxPositionBitmap(int nthObjectId, @Nullable PackBitmapIndexV1.IdxPositionBitmap xorIdxPositionBitmap, com.googlecode.javaewah.EWAHCompressedBitmap bitmap, int flags)
-
-
Method Detail
-
getXorStoredBitmap
BasePackBitmapIndex.StoredBitmap getXorStoredBitmap()
-
-