Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
Packages that use DfsBlockCache
Package
Description
Distributed file system based repository storage.
-
Uses of DfsBlockCache in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsBlockCacheModifier and TypeFieldDescriptionprivate DfsBlockCache
DfsPackParser.blockCache
Cache the chunks were stored into or get read back from.(package private) final DfsBlockCache
BlockBasedFile.cache
Cache that owns this file and its data.private static DfsBlockCache
DfsBlockCache.cache
(package private) DfsBlockCache
DfsInserter.cache
private final DfsBlockCache
DfsReftable.CacheSource.cache
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCacheModifier and TypeMethodDescriptionstatic DfsBlockCache
DfsBlockCache.getInstance()
Get the currently active DfsBlockCache.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCacheModifierConstructorDescription(package private)
BlockBasedFile
(DfsBlockCache cache, DfsPackDescription desc, PackExt ext) (package private)
CacheSource
(DfsReftable file, DfsBlockCache cache, DfsReader ctx) (package private)
DfsPackFile
(DfsBlockCache cache, DfsPackDescription desc) Construct a reader for an existing, packfile.DfsReftable
(DfsBlockCache cache, DfsPackDescription desc) Construct a reader for an existing reftable.