| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ThreadSafeProgressMonitor |
DeltaTask.Block.pm |
| Modifier and Type | Method and Description |
|---|---|
private static void |
PackWriter.runTasks(java.util.concurrent.ExecutorService pool,
ThreadSafeProgressMonitor pm,
DeltaTask.Block tb,
java.util.List<java.lang.Throwable> errors) |
| Constructor and Description |
|---|
Block(int threads,
PackConfig config,
ObjectReader reader,
DeltaCache dc,
ThreadSafeProgressMonitor pm,
ObjectToPack[] list,
int begin,
int end) |