|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedPackKey | |
---|---|
org.eclipse.jgit.storage.dht | |
org.eclipse.jgit.storage.dht.spi | |
org.eclipse.jgit.storage.dht.spi.cache |
Uses of CachedPackKey in org.eclipse.jgit.storage.dht |
---|
Methods in org.eclipse.jgit.storage.dht that return CachedPackKey | |
---|---|
static CachedPackKey |
CachedPackKey.fromBytes(byte[] key)
|
static CachedPackKey |
CachedPackKey.fromBytes(byte[] key,
int ptr,
int len)
|
static CachedPackKey |
CachedPackKey.fromInfo(GitStore.CachedPackInfo info)
|
static CachedPackKey |
CachedPackKey.fromString(java.lang.String key)
|
Uses of CachedPackKey in org.eclipse.jgit.storage.dht.spi |
---|
Methods in org.eclipse.jgit.storage.dht.spi with parameters of type CachedPackKey | |
---|---|
void |
RepositoryTable.remove(RepositoryKey repo,
CachedPackKey key,
WriteBuffer buffer)
Remove the existence of a cached pack. |
Uses of CachedPackKey in org.eclipse.jgit.storage.dht.spi.cache |
---|
Methods in org.eclipse.jgit.storage.dht.spi.cache with parameters of type CachedPackKey | |
---|---|
void |
CacheRepositoryTable.remove(RepositoryKey repo,
CachedPackKey key,
WriteBuffer buffer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |