Uses of Package
org.eclipse.jgit.internal.storage.file
-
Packages that use org.eclipse.jgit.internal.storage.file Package Description 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.junit org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
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 PackIndex PackLock Keeps track of aPackFile
's associated.keep
file. -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.internal.storage.file Class Description BitmapIndexImpl A compressed bitmap representation of the entire object graph.BitmapIndexImpl.CompressedBitmap Wrapper for aEWAHCompressedBitmap
andPackBitmapIndex
.FileReftableDatabase Implements RefDatabase using reftable for storage.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 objectsObjectDirectory Traditional file system basedObjectDatabase
.PackBitmapIndex Logical representation of the bitmap data stored in the pack index.PackBitmapIndexBuilder Helper for constructingPackBitmapIndex
es.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.PackFile A Git version 2 pack file representation.PackIndex 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 byPackFile
.PackInserter Object inserter that inserts one pack per call toPackInserter.flush()
, and never inserts loose objects.PackLock Keeps track of aPackFile
's associated.keep
file.PackReverseIndex Reverse index for forward pack index.RefDirectory Traditional file system basedRefDatabase
.ReflogWriter Utility for writing reflog entries using the traditional one-file-per-log format.WindowCache Caches slices of aPackFile
in memory for faster read access. -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.junit Class Description FileRepository Represents a Git repository. -
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.transport Class Description PackLock Keeps track of aPackFile
's associated.keep
file.