Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File 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 |
---|---|
java.util.Collection<CachedPack> |
DfsReader.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.
|
Modifier and Type | Method and Description |
---|---|
void |
DfsReader.copyPackAsIs(PackOutputStream out,
CachedPack pack)
Append an entire pack's contents onto the output stream.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
LocalCachedPack |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CachedPack> |
WindowCursor.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.
|
Modifier and Type | Method and Description |
---|---|
void |
WindowCursor.copyPackAsIs(PackOutputStream out,
CachedPack pack)
Append an entire pack's contents onto the output stream.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<CachedPack> |
PackWriter.cachedPacks |
Modifier and Type | Method and Description |
---|---|
java.util.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.
|
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 |
---|---|
java.util.List<CachedPack> |
PackStatistics.Accumulator.reusedPacks
The collection of reused packs in the upload.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CachedPack> |
PackStatistics.getReusedPacks()
Get unmodifiable list of the cached packs that were reused in the output
|