Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaCache.Ref
Packages that use DeltaCache.Ref
-
Uses of DeltaCache.Ref in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as DeltaCache.RefModifier and TypeFieldDescriptionprivate DeltaCache.Ref
ObjectToPack.cachedDelta
If present, deflated delta instruction stream for this object.Methods in org.eclipse.jgit.internal.storage.pack that return DeltaCache.RefModifier and TypeMethodDescription(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) final DeltaCache.Ref
ObjectToPack.popCachedDelta()
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaCache.RefModifier and TypeMethodDescription(package private) final void
ObjectToPack.setCachedDelta
(DeltaCache.Ref data)