| Package | Description |
|---|---|
| org.eclipse.jgit.storage.dfs |
Distributed file system based repository storage.
|
| org.eclipse.jgit.storage.pack |
Reading/writing Git pack files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DfsCachedPack
A DfsPackFile available for reuse as-is.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CachedPack> |
DfsReader.getCachedPacks() |
| Modifier and Type | Method and Description |
|---|---|
void |
DfsReader.copyPackAsIs(PackOutputStream out,
CachedPack pack,
boolean validate) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CachedPack> |
ObjectReuseAsIs.getCachedPacks()
Obtain the available cached packs.
|
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 © 2013. All Rights Reserved.