Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Field and Description |
---|---|
DfsPackFile[] |
DfsObjDatabase.PackList.packs
All known packs, sorted.
|
Modifier and Type | Method and Description |
---|---|
DfsPackFile[] |
DfsObjDatabase.getCurrentPacks()
List currently known pack files in the repository, without scanning.
|
DfsPackFile |
BeforeDfsPackIndexLoadedEvent.getPackFile()
Get the PackFile containing the index that will be loaded.
|
DfsPackFile[] |
DfsObjDatabase.getPacks()
Scan and list all available pack files in the repository.
|
Modifier and Type | Method and Description |
---|---|
DfsPackCompactor |
DfsPackCompactor.add(DfsPackFile pack)
Add a pack to be compacted.
|
DfsPackCompactor |
DfsPackCompactor.exclude(DfsPackFile pack)
Exclude objects from the compacted pack.
|
Constructor and Description |
---|
BeforeDfsPackIndexLoadedEvent(DfsPackFile pack)
A new event triggered before a PackFile index is loaded.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.