Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaCache.Ref
-
Packages that use DeltaCache.Ref Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of DeltaCache.Ref in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as DeltaCache.Ref Modifier and Type Field Description private DeltaCache.Ref
ObjectToPack. cachedDelta
If present, deflated delta instruction stream for this object.Methods in org.eclipse.jgit.internal.storage.pack that return DeltaCache.Ref Modifier and Type Method Description (package private) DeltaCache.Ref
DeltaCache. cache(byte[] data, int actLen, int reservedSize)
(package private) DeltaCache.Ref
ThreadSafeDeltaCache. cache(byte[] data, int actLen, int reservedSize)
(package private) DeltaCache.Ref
ObjectToPack. popCachedDelta()
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaCache.Ref Modifier and Type Method Description (package private) void
ObjectToPack. setCachedDelta(DeltaCache.Ref data)
-