Package org.eclipse.jgit.internal.storage.dfs
package org.eclipse.jgit.internal.storage.dfs
Distributed file system based repository storage.
-
ClassDescriptionDescribes the
DfsPackFile
just before its index is loaded.ReceivesBeforeDfsPackIndexLoadedEvent
s.Block based file stored inDfsBlockCache
.A supplier of readable channel that opens the channel lazily.Caches recently used objects forDfsReader
.A cached slice of aBlockBasedFile
.Caches slices of aBlockBasedFile
in memory for faster read access.Supplier for readable channelConfiguration parameters forDfsBlockCache
.Consumer of DfsBlockCache loading and eviction events for indexes.WritesDfsRepository
to a Git bundle.A DfsPackFile available for reuse as-is.Config implementation used by DFS repositories.Verify the validity and connectivity of a DFS repository.Repack and garbage collect a repository.Inserts objects into the DFS.Manages objects stored inDfsPackFile
on a storage system.Snapshot of packs scanned in a single pass.Sources for a pack file.Builder for describingDfsObjDatabase.PackSource
ordering where some values are explicitly considered equal to others.Output stream to create a file on the DFS.Combine several pack files into one pack.Description of a DFS stored pack/index file.A Git version 2 pack file representation.Parses a pack stream into the DFS, by creating a new pack and index.Describes a change to the list of packs in aDfsRepository
.ReceivesDfsPacksChangedEvent
s.Reader to access repository content through.DfsReader.FoundObject<T extends ObjectId>IO statistics for aDfsReader
.POJO to accumulate IO statistics.Options controlling how objects are read from a DFS stored repository.Abstract DfsRefDatabase class.Collection of references managed by this database.A reftable stored inDfsBlockCache
.ADfsRefDatabase
that uses reftable for storage.Tracks multiple openReftableReader
instances.A Git repository on a DFS.Constructs aDfsRepository
.A description of a Git repository on a DFS.Key used byDfsBlockCache
to disambiguate streams.Translation bundle for the DFS storage implementation.Git repository stored entirely in the local process memory.Builder for in-memory repositories.DfsObjDatabase used by InMemoryRepository.Readable random access byte channel from a file.