Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Method and Description |
---|---|
DfsStreamKey |
DfsPackDescription.getStreamKey(PackExt ext)
Get cache key for use by the block cache.
|
static DfsStreamKey |
DfsStreamKey.of(DfsRepositoryDescription repo,
String name,
PackExt ext)
Create a
DfsStreamKey |
Modifier and Type | Method and Description |
---|---|
boolean |
DfsBlockCache.hasBlock0(DfsStreamKey key)
Quickly check if the cache contains block 0 of the given stream.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.