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) class
ThreadSafeDeltaCache
Fields in org.eclipse.jgit.internal.storage.pack declared as DeltaCache Modifier and Type Field Description (package private) DeltaCache
DeltaTask.Block. dc
private DeltaCache
DeltaWindow. deltaCache
Constructors 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)
-