Uses of Package
org.eclipse.jgit.internal.storage.pack
-
Packages that use org.eclipse.jgit.internal.storage.pack Package Description org.eclipse.jgit.errors Exceptions thrown by lower-level JGit APIs.org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.storage.pack org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
Classes in org.eclipse.jgit.internal.storage.pack used by org.eclipse.jgit.errors Class Description ObjectToPack Per-object state used byPackWriter
. -
Classes in org.eclipse.jgit.internal.storage.pack used by org.eclipse.jgit.internal.storage.dfs Class Description CachedPack Describes a pack fileObjectReuseAsIs
can append onto a stream.ObjectReuseAsIs Extension ofObjectReader
that supports reusing objects in packs.ObjectToPack Per-object state used byPackWriter
.PackExt A pack file extension.PackOutputStream Custom output stream to supportPackWriter
.PackWriter PackWriter class is responsible for generating pack files from specified set of objects from repository.StoredObjectRepresentation An object representationPackWriter
can consider for packing. -
Classes in org.eclipse.jgit.internal.storage.pack used by org.eclipse.jgit.internal.storage.file Class Description BitmapCommit A commit object for which a bitmap index should be built.CachedPack Describes a pack fileObjectReuseAsIs
can append onto a stream.ObjectReuseAsIs Extension ofObjectReader
that supports reusing objects in packs.ObjectToPack Per-object state used byPackWriter
.PackExt A pack file extension.PackOutputStream Custom output stream to supportPackWriter
.PackWriter PackWriter class is responsible for generating pack files from specified set of objects from repository.StoredObjectRepresentation An object representationPackWriter
can consider for packing. -
Classes in org.eclipse.jgit.internal.storage.pack used by org.eclipse.jgit.internal.storage.pack Class Description BaseSearch.TreeWithData BitmapCommit A commit object for which a bitmap index should be built.BitmapCommit.Builder Builder of BitmapCommit.CachedPack Describes a pack fileObjectReuseAsIs
can append onto a stream.CachedPackUriProvider Provider of URIs corresponding to cached packs.CachedPackUriProvider.PackInfo Information about a packfile.DeltaCache DeltaCache.Ref DeltaEncoder Encodes an instruction stream forBinaryDelta
.DeltaIndex Index of blocks in a source file.DeltaIndexScanner SupportsDeltaIndex
by performing a partial scan of the content.DeltaTask DeltaTask.Block DeltaTask.Slice DeltaTask.WeightedPath DeltaWindow DeltaWindowEntry IntSet ObjectReuseAsIs Extension ofObjectReader
that supports reusing objects in packs.ObjectToPack Per-object state used byPackWriter
.PackExt A pack file extension.PackOutputStream Custom output stream to supportPackWriter
.PackWriter PackWriter class is responsible for generating pack files from specified set of objects from repository.PackWriter.MutableState PackWriter.PackfileUriConfig Configuration related to the packfile URI feature.PackWriter.PackingPhase Possible states that a PackWriter can be in.PackWriter.State Summary of the current state of a PackWriter.PackWriterBitmapPreparer.CommitSelectionHelper Container for state used in the first phase of selecting commits, which walks all of the reachable commits via the branch tips that are not covered by a previous pack's bitmaps (newWants
) and stores them innewCommitsByOldest
.PackWriterBitmapPreparer.NotInBitmapFilter A RevFilter that excludes the commits named in a bitmap from the walk.StoredObjectRepresentation An object representationPackWriter
can consider for packing. -
Classes in org.eclipse.jgit.internal.storage.pack used by org.eclipse.jgit.storage.pack Class Description CachedPack Describes a pack fileObjectReuseAsIs
can append onto a stream. -
Classes in org.eclipse.jgit.internal.storage.pack used by org.eclipse.jgit.transport Class Description CachedPackUriProvider Provider of URIs corresponding to cached packs.PackWriter PackWriter class is responsible for generating pack files from specified set of objects from repository.