Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Field and Description |
---|---|
private DfsRepositoryDescription |
DfsRepository.description |
private DfsRepositoryDescription |
DfsStreamKey.ByteArrayDfsStreamKey.repo |
private DfsRepositoryDescription |
DfsRepositoryBuilder.repoDesc |
private DfsRepositoryDescription |
DfsPackDescription.repoDesc |
Modifier and Type | Method and Description |
---|---|
DfsRepositoryDescription |
DfsRepository.getDescription()
Get the description of this repository.
|
DfsRepositoryDescription |
DfsRepositoryBuilder.getRepositoryDescription()
Get the description of the repository.
|
DfsRepositoryDescription |
DfsPackDescription.getRepositoryDescription()
Get description of the repository.
|
Modifier and Type | Method and Description |
---|---|
static DfsStreamKey |
DfsStreamKey.of(DfsRepositoryDescription repo,
java.lang.String name,
PackExt ext)
Create a
DfsStreamKey |
B |
DfsRepositoryBuilder.setRepositoryDescription(DfsRepositoryDescription desc)
Set the repository description.
|
Constructor and Description |
---|
ByteArrayDfsStreamKey(DfsRepositoryDescription repo,
byte[] name,
PackExt ext) |
DfsPackDescription(DfsRepositoryDescription repoDesc,
java.lang.String name,
DfsObjDatabase.PackSource packSource)
Initialize a description by pack name and repository.
|
InMemoryRepository(DfsRepositoryDescription repoDesc)
Initialize a new in-memory repository.
|
MemPack(java.lang.String name,
DfsRepositoryDescription repoDesc,
DfsObjDatabase.PackSource source) |