Uses of Class
org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper
Packages that use PackBitmapIndexRemapper
Package
Description
File based repository storage.
Reading/writing Git pack files.
-
Uses of PackBitmapIndexRemapper in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackBitmapIndexRemapperModifier and TypeMethodDescriptionstatic PackBitmapIndexRemapper
PackBitmapIndexRemapper.newPackBitmapIndex
(BitmapIndex prevBitmapIndex, PackBitmapIndex newIndex) A PackBitmapIndex that maps the positions in the prevBitmapIndex to the ones in the newIndex. -
Uses of PackBitmapIndexRemapper in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as PackBitmapIndexRemapperModifier and TypeFieldDescriptionprivate final PackBitmapIndexRemapper
PackWriterBitmapPreparer.bitmapRemapper