Uses of Package
org.eclipse.jgit.internal.storage.file
-
Packages that use org.eclipse.jgit.internal.storage.file Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.internal.fsck Git fsck support.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.internal.transport.http org.eclipse.jgit.lfs.internal org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.storage.file org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.api Class Description GC.RepoStatistics A 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.dircache Class Description FileSnapshot Caches when a file was last read, making it possible to detect future edits.LockFile Git style file locking and replacement. -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.internal.fsck Class Description PackIndex -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.internal.storage.dfs Class Description PackBitmapIndex Logical representation of the bitmap data stored in the pack index.PackIndex PackLock Keeps track of aPack
's associated.keep
file.PackReverseIndex Reverse index for forward pack index. -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.internal.storage.file Class Description BasePackBitmapIndex Base implementation of the PackBitmapIndex.BasePackBitmapIndex.StoredBitmap Data representation of the bitmap entry restored from a pack index.BitmapIndexImpl A compressed bitmap representation of the entire object graph.BitmapIndexImpl.ComboBitset BitmapIndexImpl.CompressedBitmap Wrapper for aEWAHCompressedBitmap
andPackBitmapIndex
.BitmapIndexImpl.CompressedBitmapBuilder BitmapIndexImpl.MutableBitmapIndex BitmapIndexImpl.MutableEntry BitSet A random access BitSet to supports efficient conversions to EWAHCompressedBitmap.ByteArrayWindow AByteWindow
with an underlying byte array for storage.ByteWindow A window of data currently stored within a cache.CachedObjectDirectory The cached instance of anObjectDirectory
.CachedObjectDirectory.UnpackedObjectId DeltaBaseCache DeltaBaseCache.Entry DeltaBaseCache.Slot FileObjectDatabase FileObjectDatabase.InsertLooseObjectResult FileReftableDatabase Implements RefDatabase using reftable for storage.FileReftableStack A mutable stack of reftables on local filesystem storage.FileReftableStack.CompactionStats FileReftableStack.Segment A segment is a consecutive list of reftables of the same approximate size.FileReftableStack.StackEntry FileReftableStack.Writer Writer is a callable that writes data to a reftable under construction.FileRepository Represents a Git repository.FileSnapshot Caches when a file was last read, making it possible to detect future edits.GC A garbage collector for gitFileRepository
.GC.RepoStatistics A class holding statistical data for a FileRepository regarding how many objects are stored as loose or packed objectsInflatingBitSet A wrapper around the EWAHCompressedBitmap optimized for the contains operation.LazyObjectIdSetFile.Entry LocalObjectRepresentation LocalObjectToPack LockFile Git style file locking and replacement.LooseObjects Traditional file system based loose objects handler.ObjectDirectory Traditional file system basedObjectDatabase
.ObjectDirectory.AlternateHandle ObjectDirectory.AlternateHandle.Id ObjectDirectoryInserter Creates loose objects in aObjectDirectory
.Pack A Git version 2 pack file representation.Pack.Delta PackBitmapIndex Logical representation of the bitmap data stored in the pack index.PackBitmapIndexBuilder Helper for constructingPackBitmapIndex
es.PackBitmapIndexBuilder.PositionEntry PackBitmapIndexBuilder.StoredEntry Data object for the on disk representation of a bitmap entry.PackBitmapIndexRemapper A PackBitmapIndex that remaps the bitmaps in the previous index to the positions in the new pack index.PackBitmapIndexRemapper.Entry An entry in the old PackBitmapIndex.PackDirectory Traditional file system packed objects directory handler.PackDirectory.PackList PackedBatchRefUpdate Implementation ofBatchRefUpdate
that uses thepacked-refs
file to support atomically updating multiple refs.PackFile A pack file (or pack related) File.PackFileSnapshot PackIndex PackIndex.EntriesIterator PackIndex.MutableEntry Represent mutable entry of pack index consisting of object id and offset in pack (both mutable).PackIndexWriter Creates a table of contents to support random access byPack
.PackInserter Object inserter that inserts one pack per call toPackInserter.flush()
, and never inserts loose objects.PackInserter.PackStream Stream that writes to a pack file.PackLock Keeps track of aPack
's associated.keep
file.PackReverseIndex Reverse index for forward pack index.RefDirectory Traditional file system basedRefDatabase
.RefDirectory.LooseRef RefDirectory.LooseSymbolicRef RefDirectory.PackedRefList RefDirectoryRename Rename any reference stored byRefDirectory
.RefDirectoryUpdate Updates any reference stored byRefDirectory
.ReflogWriter Utility for writing reflog entries using the traditional one-file-per-log format.UnpackedObjectCache Remembers objects that are currently unpacked.UnpackedObjectCache.Table WindowCache Caches slices of aPack
in memory for faster read access.WindowCache.CleanupQueue WindowCache.Entry WindowCache.Lock WindowCache.PageRef WindowCache.SoftCleanupQueue WindowCache.StatsRecorder Record statistics for a cacheWindowCache.StatsRecorderImpl WindowCursor Active handle to a ByteWindow.WriteConfig -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.internal.storage.pack Class Description BitmapIndexImpl A compressed bitmap representation of the entire object graph.PackBitmapIndexBuilder Helper for constructingPackBitmapIndex
es.PackBitmapIndexRemapper 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.http Class Description FileSnapshot Caches 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 Class Description LockFile Git style file locking and replacement. -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.lib Class Description PackBitmapIndex Logical representation of the bitmap data stored in the pack index. -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.storage.file Class Description FileSnapshot Caches 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 Class Description PackIndex PackLock Keeps track of aPack
's associated.keep
file.