| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.atomic.AtomicReference<DfsRefDatabase.RefCache> |
DfsRefDatabase.cache |
| Modifier and Type | Method and Description |
|---|---|
DfsRefDatabase.RefCache |
DfsRefDatabase.RefCache.put(Ref ref)
Obtain a modified copy of the cache with a ref stored.
|
private DfsRefDatabase.RefCache |
DfsRefDatabase.read() |
DfsRefDatabase.RefCache |
DfsRefDatabase.RefCache.remove(java.lang.String refName)
Obtain a modified copy of the cache with the ref removed.
|
protected abstract DfsRefDatabase.RefCache |
DfsRefDatabase.scanAllRefs()
Read all known references in the repository.
|
protected DfsRefDatabase.RefCache |
DfsReftableDatabase.scanAllRefs()
Read all known references in the repository.
|
| Constructor and Description |
|---|
RefCache(RefList<Ref> ids,
DfsRefDatabase.RefCache old) |