Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
Packages that use DfsStreamKey
Package
Description
Distributed file system based repository storage.
-
Uses of DfsStreamKey in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsStreamKeyModifier and TypeMethodDescriptionDfsPackDescription.getStreamKey(PackExt ext) Get cache key for use by the block cache.static DfsStreamKeyDfsStreamKey.of(DfsRepositoryDescription repo, String name, PackExt ext) Create aDfsStreamKeyMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsStreamKeyModifier and TypeMethodDescriptionbooleanDfsBlockCache.hasBlock0(DfsStreamKey key) Quickly check if the cache contains block 0 of the given stream.