Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlock
-
Packages that use DfsBlock Package Description org.eclipse.jgit.internal.storage.dfs 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 DfsBlock Modifier and Type Field Description private DfsBlock
DfsReader. block
private DfsBlock
DfsPackParser. readBlock
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlock Modifier and Type Method Description private 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 Modifier and Type Method Description (package private) void
DfsBlockCache. put(DfsBlock v)
-