Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaCache
-
Packages that use DeltaCache Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of DeltaCache in org.eclipse.jgit.internal.storage.pack
Subclasses of DeltaCache in org.eclipse.jgit.internal.storage.pack Modifier and Type Class Description (package private) classThreadSafeDeltaCacheFields in org.eclipse.jgit.internal.storage.pack declared as DeltaCache Modifier and Type Field Description (package private) DeltaCacheDeltaTask.Block. dcprivate DeltaCacheDeltaWindow. deltaCacheConstructors in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaCache Constructor Description Block(int threads, PackConfig config, ObjectReader reader, DeltaCache dc, ThreadSafeProgressMonitor pm, ObjectToPack[] list, int begin, int end)DeltaWindow(PackConfig pc, DeltaCache dc, ObjectReader or, ProgressMonitor pm, long bpu, ObjectToPack[] in, int beginIndex, int endIndex)
-