Uses of Package
org.eclipse.jgit.internal.storage.file
-
Packages that use org.eclipse.jgit.internal.storage.file Package Description org.eclipse.jgit.benchmarks 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. -
Classes in org.eclipse.jgit.internal.storage.file used by org.eclipse.jgit.benchmarks 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.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 -
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 aEWAHCompressedBitmapandPackBitmapIndex.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.Pack A Git version 2 pack file representation.PackBitmapIndex Logical representation of the bitmap data stored in the pack index.PackBitmapIndex.SupplierWithIOException Supplier that propagates IOException.PackBitmapIndexBuilder Helper for constructingPackBitmapIndexes.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 pack file (or pack related) File.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 byPack.PackInserter Object inserter that inserts one pack per call toPackInserter.flush(), and never inserts loose objects.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 aPackin 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.