Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache
-
Packages that use DfsBlockCache Package Description org.eclipse.jgit.internal.storage.dfs 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 DfsBlockCache Modifier and Type Field Description private DfsBlockCacheDfsPackParser. blockCacheCache the chunks were stored into or get read back from.(package private) DfsBlockCacheBlockBasedFile. cacheCache that owns this file and its data.private static DfsBlockCacheDfsBlockCache. cache(package private) DfsBlockCacheDfsInserter. cacheprivate DfsBlockCacheDfsReftable.CacheSource. cacheMethods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCache Modifier and Type Method Description static DfsBlockCacheDfsBlockCache. getInstance()Get the currently active DfsBlockCache.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache Constructor Description BlockBasedFile(DfsBlockCache cache, DfsPackDescription desc, PackExt ext)CacheSource(DfsReftable file, DfsBlockCache cache, DfsReader ctx)DfsPackFile(DfsBlockCache cache, DfsPackDescription desc)Construct a reader for an existing, packfile.DfsReftable(DfsBlockCache cache, DfsPackDescription desc)Construct a reader for an existing reftable.
-