Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlock
Packages that use DfsBlock
Package
Description
Distributed file system based repository storage.
-
Uses of DfsBlock in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsBlockModifier and TypeFieldDescriptionprivate DfsBlock
DfsReader.block
private DfsBlock
DfsPackParser.readBlock
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockModifier and TypeMethodDescriptionprivate DfsBlock
DfsPackParser.flushBlock()
(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) DfsBlock
BlockBasedFile.getOrLoadBlock
(long pos, DfsReader ctx) private DfsBlock
DfsInserter.PackStream.getOrLoadBlock
(long pos) (package private) DfsBlock
DfsReader.quickCopy
(DfsPackFile p, long pos, long cnt) (package private) DfsBlock
BlockBasedFile.readOneBlock
(long pos, DfsReader ctx, ReadableChannel rc) Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlock