| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DfsCachedPack |
A DfsPackFile available for reuse as-is.
|
| Modifier and Type | Method | Description |
|---|---|---|
Collection<CachedPack> |
DfsReader.getCachedPacksAndUpdate(BitmapIndex.BitmapBuilder needBitmap) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DfsReader.copyPackAsIs(PackOutputStream out,
CachedPack pack,
boolean validate) |
| Modifier and Type | Method | Description |
|---|---|---|
Collection<CachedPack> |
ObjectReuseAsIs.getCachedPacksAndUpdate(BitmapIndex.BitmapBuilder needBitmap) |
Obtain the available cached packs that match the bitmap and update
the bitmap by removing the items that are in the CachedPack.
|
Collection<CachedPack> |
PackWriter.Statistics.getReusedPacks() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ObjectReuseAsIs.copyPackAsIs(PackOutputStream out,
CachedPack pack,
boolean validate) |
Append an entire pack's contents onto the output stream.
|
Copyright © 2018. All rights reserved.