Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReader
-
Packages that use DfsReader Package Description org.eclipse.jgit.internal.storage.dfs 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 DfsReader Modifier and Type Method Description DfsReaderDfsObjDatabase. newReader()Create a newObjectReaderto read existing objects.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReader Modifier and Type Method Description PackBitmapIndexDfsPackFile. getBitmapIndex(DfsReader ctx)Get the BitmapIndex for this PackFile.PackIndexDfsPackFile. getPackIndex(DfsReader ctx)Get the PackIndex for this PackFile.booleanDfsPackFile. hasObject(DfsReader ctx, AnyObjectId id)Check if an object is stored within this pack.ReftableReaderDfsReftable. open(DfsReader ctx)Open reader on the reftable.static DfsReftableStackDfsReftableStack. open(DfsReader ctx, List<DfsReftable> files)Opens a stack of tables for reading.
-