Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsStreamKey
-
Packages that use DfsStreamKey Package Description org.eclipse.jgit.internal.storage.dfs 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 DfsStreamKey Modifier and Type Method Description DfsStreamKeyDfsPackDescription. 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 DfsStreamKey Modifier and Type Method Description booleanDfsBlockCache. hasBlock0(DfsStreamKey key)Quickly check if the cache contains block 0 of the given stream.
-