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
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCacheModifier and TypeMethodDescriptionstatic DfsBlockCacheDfsBlockCache.getInstance()Get the currently active DfsBlockCache.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCacheModifier and TypeMethodDescriptionprotected DfsPackFileDfsObjDatabase.createDfsPackFile(DfsBlockCache cache, DfsPackDescription dsc) Create instances of DfsPackFile Implementors can decide to construct or wrap DfsPackFile in different ways.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCacheModifierConstructorDescriptionDfsReftable(DfsBlockCache cache, DfsPackDescription desc) Construct a reader for an existing reftable.