Package | Description |
---|---|
org.eclipse.jgit.storage.dfs |
Modifier and Type | Method and Description |
---|---|
DfsPackFile[] |
DfsObjDatabase.getCurrentPacks()
List currently known pack files in the repository, without scanning.
|
DfsPackFile[] |
DfsObjDatabase.getPacks()
Scan and list all available pack files in the repository.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DfsPackFile> |
DfsBlockCache.getPackFiles()
Get the pack files stored in this cache.
|
Modifier and Type | Method and Description |
---|---|
DfsPackCompactor |
DfsPackCompactor.add(DfsPackFile pack)
Add a pack to be compacted.
|
Copyright © 2012. All Rights Reserved.