| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ThreadSafeDeltaCache |
| Modifier and Type | Field and Description |
|---|---|
(package private) DeltaCache |
DeltaTask.Block.dc |
private DeltaCache |
DeltaWindow.deltaCache |
| Constructor and Description |
|---|
Block(int threads,
PackConfig config,
ObjectReader reader,
DeltaCache dc,
ThreadSafeProgressMonitor pm,
ObjectToPack[] list,
int begin,
int end) |
DeltaWindow(PackConfig pc,
DeltaCache dc,
ObjectReader or,
ProgressMonitor pm,
long bpu,
ObjectToPack[] in,
int beginIndex,
int endIndex) |