|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryName | |
---|---|
org.eclipse.jgit.storage.dht | |
org.eclipse.jgit.storage.dht.spi | |
org.eclipse.jgit.storage.dht.spi.cache |
Uses of RepositoryName in org.eclipse.jgit.storage.dht |
---|
Methods in org.eclipse.jgit.storage.dht that return RepositoryName | |
---|---|
static RepositoryName |
RepositoryName.create(java.lang.String name)
|
static RepositoryName |
RepositoryName.fromBytes(byte[] name)
|
static RepositoryName |
RepositoryName.fromString(java.lang.String name)
|
RepositoryName |
DhtRepository.getRepositoryName()
|
Uses of RepositoryName in org.eclipse.jgit.storage.dht.spi |
---|
Methods in org.eclipse.jgit.storage.dht.spi with parameters of type RepositoryName | |
---|---|
RepositoryKey |
RepositoryIndexTable.get(RepositoryName name)
Find a repository by name. |
void |
RepositoryIndexTable.putUnique(RepositoryName name,
RepositoryKey key)
Atomically record the association of name to identifier. |
void |
RepositoryIndexTable.remove(RepositoryName name,
RepositoryKey key)
Remove the association of a name to an identifier. |
Uses of RepositoryName in org.eclipse.jgit.storage.dht.spi.cache |
---|
Methods in org.eclipse.jgit.storage.dht.spi.cache with parameters of type RepositoryName | |
---|---|
RepositoryKey |
CacheRepositoryIndexTable.get(RepositoryName name)
|
void |
CacheRepositoryIndexTable.putUnique(RepositoryName name,
RepositoryKey key)
|
void |
CacheRepositoryIndexTable.remove(RepositoryName name,
RepositoryKey key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |