Uses of Package
org.eclipse.jgit.internal.storage.file
Packages that use org.eclipse.jgit.internal.storage.file
Package
Description
Git fsck support.
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
-
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.internal.fsck
-
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.internal.storage.dfsClassDescriptionLogical representation of the bitmap data stored in the pack index.Reverse index for forward pack index.
-
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.internal.storage.fileClassDescriptionA compressed bitmap representation of the entire object graph.Wrapper for a
EWAHCompressedBitmap
andPackBitmapIndex
.Implements RefDatabase using reftable for storage.Writer is a callable that writes data to a reftable under construction.Represents a Git repository.Caches when a file was last read, making it possible to detect future edits.A garbage collector for gitFileRepository
.A class holding statistical data for a FileRepository regarding how many objects are stored as loose or packed objectsTraditional file system basedObjectDatabase
.A Git version 2 pack file representation.Logical representation of the bitmap data stored in the pack index.Supplier that propagates IOException.Helper for constructingPackBitmapIndex
es.Data object for the on disk representation of a bitmap entry.A PackBitmapIndex that remaps the bitmaps in the previous index to the positions in the new pack index.An entry in the old PackBitmapIndex.A pack file (or pack related) File.Represent mutable entry of pack index consisting of object id and offset in pack (both mutable).Creates a table of contents to support random access byPack
.Object inserter that inserts one pack per call toPackInserter.flush()
, and never inserts loose objects.Index of object sizes in a pack It is not guaranteed that the implementation contains the sizes of all objects (e.g.Write an object index in the output streamReverse index for forward pack index.Writes reverse index files conforming to the requested version.Traditional file system basedRefDatabase
.Utility for writing reflog entries using the traditional one-file-per-log format.Caches slices of aPack
in memory for faster read access. -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.libClassDescriptionLogical representation of the bitmap data stored in the pack index.