Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReader
Packages that use DfsReader
Package
Description
Distributed file system based repository storage.
-
Uses of DfsReader in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsReaderMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReaderModifier and TypeMethodDescriptionDfsPackFile.getBitmapIndex(DfsReader ctx) Get the BitmapIndex for this PackFile.DfsPackFile.getCommitGraph(DfsReader ctx) Get the Commit Graph for this PackFile.org.eclipse.jgit.internal.storage.dfs.DfsBlockDfsBlockCacheTable.getOrLoad(org.eclipse.jgit.internal.storage.dfs.BlockBasedFile file, long position, DfsReader dfsReader, org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.ReadableChannelSupplier fileChannel) Look up a cached object, creating and loading it if it doesn't exist.DfsPackFile.getPackIndex(DfsReader ctx) Get the PackIndex for this PackFile.DfsPackFile.getReverseIdx(DfsReader ctx) Get the PackReverseIndex for this PackFile.booleanDfsPackFile.hasObject(DfsReader ctx, AnyObjectId id) Check if an object is stored within this pack.DfsPackFile.PackBitmapIndexLoader.loadPackBitmapIndex(DfsReader ctx, DfsPackFile pack) Returns a PackBitmapIndex for this pack, if the pack has bitmaps associated.Open reader on the reftable.static DfsReftableStackDfsReftableStack.open(DfsReader ctx, List<DfsReftable> files) Opens a stack of tables for reading.