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.DfsPackFile.getPackIndex
(DfsReader ctx) Get the PackIndex for this PackFile.DfsPackFile.getReverseIdx
(DfsReader ctx) Get the PackReverseIndex for this PackFile.boolean
DfsPackFile.hasObject
(DfsReader ctx, AnyObjectId id) Check if an object is stored within this pack.Open reader on the reftable.static DfsReftableStack
DfsReftableStack.open
(DfsReader ctx, List<DfsReftable> files) Opens a stack of tables for reading.