Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Field and Description |
---|---|
DfsReftable[] |
DfsObjDatabase.PackList.reftables
All known reftables, sorted.
|
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 |
---|---|
List<DfsReftable> |
ReftableStack.files()
Get unmodifiable list of DfsRefatble files
|
protected Comparator<DfsReftable> |
DfsObjDatabase.reftableComparator()
Get comparator to sort
DfsReftable by priority. |
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,
List<DfsReftable> files)
Opens a stack of tables for reading.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.