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.SliceDeltaTask.WeightedPath. sliceFields 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. slicesMethods in org.eclipse.jgit.internal.storage.pack that return DeltaTask.Slice Modifier and Type Method Description (package private) DeltaTask.SliceDeltaTask. remaining()(package private) DeltaTask.SliceDeltaWindow. remaining()Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaTask.Slice Modifier and Type Method Description (package private) voidDeltaTask. add(DeltaTask.Slice s)(package private) DeltaWindowDeltaTask. initWindow(DeltaTask.Slice s)(package private) booleanDeltaTask. tryStealWork(DeltaTask.Slice s)(package private) booleanDeltaWindow. 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)
-