Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaTask
-
Packages that use DeltaTask Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of DeltaTask in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack with type parameters of type DeltaTask Modifier and Type Field Description (package private) java.util.List<DeltaTask>
DeltaTask.Block. tasks
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaTask Modifier and Type Method Description (package private) DeltaWindow
DeltaTask.Block. stealWork(DeltaTask forThread)
-