Uses of Class
org.eclipse.jgit.internal.storage.file.BasePackBitmapIndex.StoredBitmap
-
Packages that use BasePackBitmapIndex.StoredBitmap Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of BasePackBitmapIndex.StoredBitmap in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as BasePackBitmapIndex.StoredBitmap Modifier and Type Field Description (package private) BasePackBitmapIndex.StoredBitmap
PackBitmapIndexV1.IdxPositionBitmap. sb
(package private) BasePackBitmapIndex.StoredBitmap
BasePackBitmapIndex.XorCompressedBitmap. xorBitmap
Fields in org.eclipse.jgit.internal.storage.file with type parameters of type BasePackBitmapIndex.StoredBitmap Modifier and Type Field Description private ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>
BasePackBitmapIndex. bitmaps
private ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>
PackBitmapIndexV1. bitmaps
private java.util.LinkedList<BasePackBitmapIndex.StoredBitmap>
PackBitmapIndexBuilder. bitmapsToWriteXorBuffer
Methods in org.eclipse.jgit.internal.storage.file that return BasePackBitmapIndex.StoredBitmap Modifier and Type Method Description (package private) BasePackBitmapIndex.StoredBitmap
PackBitmapIndexV1.IdxPositionBitmap. getXorStoredBitmap()
Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type BasePackBitmapIndex.StoredBitmap Modifier and Type Method Description (package private) ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>
BasePackBitmapIndex. getBitmaps()
Methods in org.eclipse.jgit.internal.storage.file with parameters of type BasePackBitmapIndex.StoredBitmap Modifier and Type Method Description private PackBitmapIndexBuilder.StoredEntry
PackBitmapIndexBuilder. generateStoredEntry(BasePackBitmapIndex.StoredBitmap bitmapToWrite)
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type BasePackBitmapIndex.StoredBitmap Constructor Description StoredBitmap(AnyObjectId objectId, com.googlecode.javaewah.EWAHCompressedBitmap bitmap, BasePackBitmapIndex.StoredBitmap xorBitmap, int flags)
XorCompressedBitmap(com.googlecode.javaewah.EWAHCompressedBitmap b, BasePackBitmapIndex.StoredBitmap xb)
Constructor parameters in org.eclipse.jgit.internal.storage.file with type arguments of type BasePackBitmapIndex.StoredBitmap Constructor Description BasePackBitmapIndex(ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> bitmaps)
-