Uses of Interface
org.eclipse.jgit.internal.storage.pack.PackBitmapIndexWriter
Packages that use PackBitmapIndexWriter
Package
Description
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
-
Uses of PackBitmapIndexWriter in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return PackBitmapIndexWriterModifier and TypeMethodDescriptionDfsObjDatabase.getPackBitmapIndexWriter(DfsPackDescription pack) Returns a writer to store the bitmap index in this object database. -
Uses of PackBitmapIndexWriter in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement PackBitmapIndexWriterModifier and TypeClassDescriptionclassCreates the version 1 pack bitmap index files. -
Uses of PackBitmapIndexWriter in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type PackBitmapIndexWriterModifier and TypeMethodDescriptionvoidPackWriter.writeBitmapIndex(PackBitmapIndexWriter bitmapIndexWriter) Create a bitmap index file to match the pack file just written.