Uses of Interface
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.ReadableChannelSupplier
-
Packages that use DfsBlockCache.ReadableChannelSupplier Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsBlockCache.ReadableChannelSupplier in org.eclipse.jgit.internal.storage.dfs
Classes in org.eclipse.jgit.internal.storage.dfs that implement DfsBlockCache.ReadableChannelSupplier Modifier and Type Class Description private static class
BlockBasedFile.LazyChannel
A supplier of readable channel that opens the channel lazily.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache.ReadableChannelSupplier Modifier and Type Method Description (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.
-