Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaTask.Slice
Packages that use DeltaTask.Slice
-
Uses of DeltaTask.Slice in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as DeltaTask.SliceModifier and TypeFieldDescription(package private) final DeltaTask.Slice
DeltaTask.WeightedPath.slice
Fields in org.eclipse.jgit.internal.storage.pack with type parameters of type DeltaTask.SliceModifier and TypeFieldDescription(package private) final LinkedList
<DeltaTask.Slice> DeltaTask.slices
Methods in org.eclipse.jgit.internal.storage.pack that return DeltaTask.SliceModifier and TypeMethodDescription(package private) DeltaTask.Slice
DeltaTask.remaining()
(package private) DeltaTask.Slice
DeltaWindow.remaining()
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaTask.SliceModifier and TypeMethodDescription(package private) void
DeltaTask.add
(DeltaTask.Slice s) (package private) DeltaWindow
DeltaTask.initWindow
(DeltaTask.Slice s) (package private) boolean
DeltaTask.tryStealWork
(DeltaTask.Slice s) (package private) boolean
DeltaWindow.tryStealWork
(DeltaTask.Slice s) Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaTask.Slice