Class PackBitmapIndexBuilder.StoredEntry
java.lang.Object
org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder.StoredEntry
- Enclosing class:
PackBitmapIndexBuilder
Data object for the on disk representation of a bitmap entry.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStoredEntry
(long objectId, com.googlecode.javaewah.EWAHCompressedBitmap bitmap, int xorOffset, int flags) -
Method Summary
Modifier and TypeMethodDescriptioncom.googlecode.javaewah.EWAHCompressedBitmap
int
getFlags()
long
int
-
Field Details
-
objectId
private final long objectId -
bitmap
private final com.googlecode.javaewah.EWAHCompressedBitmap bitmap -
xorOffset
private final int xorOffset -
flags
private final int flags
-
-
Constructor Details
-
StoredEntry
StoredEntry(long objectId, com.googlecode.javaewah.EWAHCompressedBitmap bitmap, int xorOffset, int flags)
-
-
Method Details
-
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
-