Uses of Class
org.eclipse.jgit.internal.storage.pack.BitmapCommit
Packages that use BitmapCommit
Package
Description
File based repository storage.
Reading/writing Git pack files.
-
Uses of BitmapCommit in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type BitmapCommitModifier and TypeMethodDescriptionvoid
PackBitmapIndexBuilder.processBitmapForWrite
(BitmapCommit c, BitmapIndex.Bitmap bitmap, int flags) Processes a commit and prepares its bitmap to write to the bitmap index file. -
Uses of BitmapCommit in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack with type parameters of type BitmapCommitModifier and TypeFieldDescription(package private) final List
<BitmapCommit> PackWriterBitmapPreparer.CommitSelectionHelper.reusedCommits
Methods in org.eclipse.jgit.internal.storage.pack that return BitmapCommitModifier and TypeMethodDescriptionBitmapCommit.Builder.build()
Builds BitmapCommit from the builder.Methods in org.eclipse.jgit.internal.storage.pack that return types with arguments of type BitmapCommitModifier and TypeMethodDescription(package private) Collection
<BitmapCommit> PackWriterBitmapPreparer.selectCommits
(int expectedCommitCount, Set<? extends ObjectId> excludeFromBitmapSelection) Returns the commit objects for which bitmap indices should be built.Methods in org.eclipse.jgit.internal.storage.pack with parameters of type BitmapCommitModifier and TypeMethodDescriptionstatic BitmapCommit.Builder
BitmapCommit.copyFrom
(BitmapCommit commit) Get a builder of BitmapCommit whose fields are copied fromcommit
.