|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CachedPack | |
|---|---|
| org.eclipse.jgit.storage.dfs | Distributed file system based repository storage. |
| org.eclipse.jgit.storage.pack | Reading/writing Git pack files. |
| Uses of CachedPack in org.eclipse.jgit.storage.dfs |
|---|
| Subclasses of CachedPack in org.eclipse.jgit.storage.dfs | |
|---|---|
class |
DfsCachedPack
A DfsPackFile available for reuse as-is. |
| Methods in org.eclipse.jgit.storage.dfs that return types with arguments of type CachedPack | |
|---|---|
java.util.Collection<CachedPack> |
DfsReader.getCachedPacks()
|
| Methods in org.eclipse.jgit.storage.dfs with parameters of type CachedPack | |
|---|---|
void |
DfsReader.copyPackAsIs(PackOutputStream out,
CachedPack pack,
boolean validate)
|
| Uses of CachedPack in org.eclipse.jgit.storage.pack |
|---|
| Methods in org.eclipse.jgit.storage.pack that return types with arguments of type CachedPack | |
|---|---|
java.util.Collection<CachedPack> |
ObjectReuseAsIs.getCachedPacks()
Obtain the available cached packs. |
java.util.Collection<CachedPack> |
PackWriter.Statistics.getReusedPacks()
|
| Methods in org.eclipse.jgit.storage.pack with parameters of type CachedPack | |
|---|---|
void |
ObjectReuseAsIs.copyPackAsIs(PackOutputStream out,
CachedPack pack,
boolean validate)
Append an entire pack's contents onto the output stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||