Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaWindow
-
Packages that use DeltaWindow Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of DeltaWindow in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as DeltaWindow Modifier and Type Field Description private DeltaWindow
DeltaTask. dw
Methods in org.eclipse.jgit.internal.storage.pack that return DeltaWindow Modifier and Type Method Description (package private) DeltaWindow
DeltaTask. initWindow(DeltaTask.Slice s)
(package private) DeltaWindow
DeltaTask.Block. stealWork(DeltaTask forThread)
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaWindow Modifier and Type Method Description private void
DeltaTask. runWindow(DeltaWindow w)
-