Uses of Class
org.eclipse.jgit.internal.storage.dfs.BlockBasedFile
Packages that use BlockBasedFile
Package
Description
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.dfsModifier and TypeClassDescriptionfinal classA Git version 2 pack file representation.classA reftable stored inDfsBlockCache.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type BlockBasedFileModifier and TypeMethodDescription(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)