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 TypeMethodDescriptionstatic DfsPackFileMidxDfsPackFileMidx.create(DfsBlockCache cache, DfsPackDescription desc, List<DfsPackFile> requiredPacks, DfsPackFileMidx base) Create a midx packDfsObjDatabase.createDfsPackFile(DfsBlockCache cache, DfsPackDescription dsc) Create instances of DfsPackFileprotected DfsPackFileMidxDfsObjDatabase.createDfsPackFileMidx(DfsBlockCache cache, DfsPackDescription dsc, List<DfsPackDescription> containsReftables) Create instances of DfsPackFileMidxConstructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCacheModifierConstructorDescriptionCachedStreamIndexFactory(DfsBlockCache cache, DfsPackDescription desc) An index factoryCachedStreamPackIndexes(DfsBlockCache cache, DfsPackDescription desc) An index factoryDfsPackFile(DfsBlockCache cache, DfsPackDescription desc, DfsPackFile.PackBitmapIndexLoader bitmapLoader, DfsPackFile.IndexFactory indexFactory) Create an instance of DfsPackFile with a custom bitmap loaderprotectedDfsPackFileMidx(DfsBlockCache cache, DfsPackDescription desc) Default constructorDfsReftable(DfsBlockCache cache, DfsPackDescription desc) Construct a reader for an existing reftable.