Class DeltaTask
java.lang.Object
org.eclipse.jgit.internal.storage.pack.DeltaTask
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
(package private) static final class
(package private) static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DeltaTask.Block
private DeltaWindow
(package private) static final long
private ObjectReader
(package private) final LinkedList<DeltaTask.Slice>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
call()
(package private) static int
(package private) DeltaWindow
(package private) DeltaTask.Slice
private void
(package private) boolean
-
Field Details
-
MAX_METER
static final long MAX_METER- See Also:
-
block
-
slices
-
or
-
dw
-
-
Constructor Details
-
DeltaTask
DeltaTask(DeltaTask.Block b)
-
-
Method Details
-
getAdjustedWeight
-
add
-
call
-
initWindow
-
runWindow
- Throws:
IOException
-
remaining
DeltaTask.Slice remaining() -
tryStealWork
-