Uses of Package
org.eclipse.jgit.internal.storage.file
Packages that use org.eclipse.jgit.internal.storage.file
Package
Description
High-level API commands (the porcelain of JGit).
Reading and editing the directory cache (index).
Git fsck support.
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Transport (fetch/push) for different protocols.
-
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.apiClassDescriptionA class holding statistical data for a FileRepository regarding how many objects are stored as loose or packed objects
-
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.dircacheClassDescriptionCaches when a file was last read, making it possible to detect future edits.Git style file locking and replacement.
-
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.fileClassDescriptionBase implementation of the PackBitmapIndex.Data representation of the bitmap entry restored from a pack index.A compressed bitmap representation of the entire object graph.Wrapper for a
EWAHCompressedBitmap
andPackBitmapIndex
.A random access BitSet to supports efficient conversions to EWAHCompressedBitmap.AByteWindow
with an underlying byte array for storage.A window of data currently stored within a cache.The cached instance of anObjectDirectory
.Implements RefDatabase using reftable for storage.A mutable stack of reftables on local filesystem storage.A segment is a consecutive list of reftables of the same approximate size.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 objectsA wrapper around the EWAHCompressedBitmap optimized for the contains operation.Git style file locking and replacement.Traditional file system based loose objects handler.Traditional file system basedObjectDatabase
.Creates loose objects in aObjectDirectory
.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.Temporary holder of object position in pack index and other metadata forStoredBitmap
.Traditional file system packed objects directory handler.Implementation ofBatchRefUpdate
that uses thepacked-refs
file to support atomically updating multiple refs.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.Stream that writes to a pack file.Reverse index for forward pack index.Traditional file system basedRefDatabase
.Rename any reference stored byRefDirectory
.Updates any reference stored byRefDirectory
.Utility for writing reflog entries using the traditional one-file-per-log format.Remembers objects that are currently unpacked.Caches slices of aPack
in memory for faster read access.Record statistics for a cacheActive handle to a ByteWindow. -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.internal.storage.packClassDescriptionA compressed bitmap representation of the entire object graph.Helper for constructing
PackBitmapIndex
es.A PackBitmapIndex that remaps the bitmaps in the previous index to the positions in the new pack index. -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.internal.transport.httpClassDescriptionCaches when a file was last read, making it possible to detect future edits.
-
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.lfs.internal
-
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.libClassDescriptionLogical representation of the bitmap data stored in the pack index.
-
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.storage.fileClassDescriptionCaches when a file was last read, making it possible to detect future edits.
-
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.transport