Uses of Interface
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.ReadableChannelSupplier
Packages that use DfsBlockCache.ReadableChannelSupplier
Package
Description
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.ReadableChannelSupplierModifier and TypeClassDescriptionprivate static class
A supplier of readable channel that opens the channel lazily.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCache.ReadableChannelSupplierModifier and TypeMethodDescription(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.