Uses of Class
org.eclipse.jgit.internal.storage.dfs.BlockBasedFile
-
Packages that use BlockBasedFile Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of BlockBasedFile in org.eclipse.jgit.internal.storage.dfs
Subclasses of BlockBasedFile in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description classDfsPackFileA Git version 2 pack file representation.classDfsReftableA reftable stored inDfsBlockCache.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type BlockBasedFile Modifier and Type Method Description (package private) intDfsReader. copy(BlockBasedFile file, long position, byte[] dstbuf, int dstoff, int cnt)Copy bytes from the window to a caller supplied buffer.(package private) DfsBlockDfsBlockCache. getOrLoad(BlockBasedFile file, long position, DfsReader ctx, DfsBlockCache.ReadableChannelSupplier fileChannel)Look up a cached object, creating and loading it if it doesn't exist.(package private) voidDfsReader. pin(BlockBasedFile file, long position)
-