Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaTask.Slice
-
Packages that use DeltaTask.Slice Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of DeltaTask.Slice in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as DeltaTask.Slice Modifier and Type Field Description (package private) DeltaTask.Slice
DeltaTask.WeightedPath. slice
Fields in org.eclipse.jgit.internal.storage.pack with type parameters of type DeltaTask.Slice Modifier and Type Field Description (package private) java.util.LinkedList<DeltaTask.Slice>
DeltaTask. slices
Methods in org.eclipse.jgit.internal.storage.pack that return DeltaTask.Slice Modifier and Type Method Description (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.Slice Modifier and Type Method Description (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 Constructor Description WeightedPath(long weight, DeltaTask.Slice s)
-