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.
|
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 |
---|---|
Collection<CachedPack> |
DfsReader.getCachedPacksAndUpdate(BitmapIndex.BitmapBuilder needBitmap) |
Modifier and Type | Method and Description |
---|---|
void |
DfsReader.copyPackAsIs(PackOutputStream out,
CachedPack pack) |
Modifier and Type | Method and 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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectReuseAsIs.copyPackAsIs(PackOutputStream out,
CachedPack pack)
Append an entire pack's contents onto the output stream.
|
Modifier and Type | Field and Description |
---|---|
List<CachedPack> |
PackStatistics.Accumulator.reusedPacks
The collection of reused packs in the upload.
|
Modifier and Type | Method and Description |
---|---|
List<CachedPack> |
PackStatistics.getReusedPacks() |
Copyright © 2017 Eclipse JGit Project. All rights reserved.