Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Field and Description |
---|---|
private DfsReftable |
DfsReftable.CacheSource.file |
DfsReftable[] |
DfsObjDatabase.PackList.reftables
All known reftables, sorted.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<DfsReftable> |
ReftableStack.files |
private java.util.List<DfsReftable> |
DfsGarbageCollector.reftablesBefore |
private java.util.List<DfsReftable> |
DfsPackCompactor.srcReftables |
Modifier and Type | Method and Description |
---|---|
DfsReftable[] |
DfsObjDatabase.getCurrentReftables()
List currently known reftable files in the repository, without scanning.
|
DfsReftable[] |
DfsObjDatabase.getReftables()
Scan and list all available reftable files in the repository.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DfsReftable> |
ReftableStack.files()
Get unmodifiable list of DfsRefatble files
|
protected java.util.Comparator<DfsReftable> |
DfsObjDatabase.reftableComparator()
Get comparator to sort
DfsReftable by priority. |
private static java.util.Map<DfsPackDescription,DfsReftable> |
DfsObjDatabase.reftableMap(DfsObjDatabase.PackList old) |
Modifier and Type | Method and Description |
---|---|
DfsPackCompactor |
DfsPackCompactor.add(DfsReftable table)
Add a reftable to be compacted.
|
Modifier and Type | Method and Description |
---|---|
static ReftableStack |
ReftableStack.open(DfsReader ctx,
java.util.List<DfsReftable> files)
Opens a stack of tables for reading.
|
Constructor and Description |
---|
CacheSource(DfsReftable file,
DfsBlockCache cache,
DfsReader ctx) |
PackList(DfsPackFile[] packs,
DfsReftable[] reftables) |
PackListImpl(DfsPackFile[] packs,
DfsReftable[] reftables) |