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 DfsBlockCache
DfsPackParser. blockCache
Cache the chunks were stored into or get read back from.(package private) DfsBlockCache
BlockBasedFile. cache
Cache that owns this file and its data.private static DfsBlockCache
DfsBlockCache. cache
(package private) DfsBlockCache
DfsInserter. cache
private DfsBlockCache
DfsReftable.CacheSource. cache
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCache Modifier and Type Method Description static DfsBlockCache
DfsBlockCache. 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.
-