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 DfsBlockCacheDfsPackParser.blockCacheCache the chunks were stored into or get read back from.(package private) final DfsBlockCacheBlockBasedFile.cacheCache that owns this file and its data.private static DfsBlockCacheDfsBlockCache.cache(package private) DfsBlockCacheDfsInserter.cacheprivate final DfsBlockCacheDfsReftable.CacheSource.cacheMethods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCacheModifier and TypeMethodDescriptionstatic DfsBlockCacheDfsBlockCache.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.