Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Field and Description |
---|---|
(package private) BasePackBitmapIndex.StoredBitmap |
BasePackBitmapIndex.XorCompressedBitmap.xorBitmap |
Modifier and Type | Field and Description |
---|---|
private ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> |
BasePackBitmapIndex.bitmaps |
private ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> |
PackBitmapIndexV1.bitmaps |
(package private) BlockList<BasePackBitmapIndex.StoredBitmap> |
PackBitmapIndexBuilder.byAddOrder |
private ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> |
PackBitmapIndexRemapper.convertedBitmaps |
Modifier and Type | Method and Description |
---|---|
(package private) ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> |
BasePackBitmapIndex.getBitmaps() |
Constructor and Description |
---|
StoredBitmap(AnyObjectId objectId,
com.googlecode.javaewah.EWAHCompressedBitmap bitmap,
BasePackBitmapIndex.StoredBitmap xorBitmap,
int flags) |
XorCompressedBitmap(com.googlecode.javaewah.EWAHCompressedBitmap b,
BasePackBitmapIndex.StoredBitmap xb) |
Constructor and Description |
---|
BasePackBitmapIndex(ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> bitmaps) |