Package | Description |
---|---|
org.eclipse.jgit.storage.dfs | |
org.eclipse.jgit.storage.pack |
Modifier and Type | Class and Description |
---|---|
class |
DfsCachedPack
A DfsPackFile available for reuse as-is.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CachedPack> |
ObjectReuseAsIs.getCachedPacks()
Obtain the available cached packs.
|
java.util.Collection<CachedPack> |
PackWriter.Statistics.getReusedPacks() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectReuseAsIs.copyPackAsIs(PackOutputStream out,
CachedPack pack,
boolean validate)
Append an entire pack's contents onto the output stream.
|
Copyright © 2012. All Rights Reserved.