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 class
A Git version 2 pack file representation.class
A reftable stored inDfsBlockCache
.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type BlockBasedFileModifier and TypeMethodDescription(package private) int
DfsReader.copy
(BlockBasedFile file, long position, byte[] dstbuf, int dstoff, int cnt) Copy bytes from the window to a caller supplied buffer.(package private) DfsBlock
DfsBlockCache.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) void
DfsReader.pin
(BlockBasedFile file, long position)