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.RefObjectToPack.cachedDeltaIf 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.RefDeltaCache.cache(byte[] data, int actLen, int reservedSize) (package private) DeltaCache.RefThreadSafeDeltaCache.cache(byte[] data, int actLen, int reservedSize) (package private) final DeltaCache.RefObjectToPack.popCachedDelta()Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaCache.RefModifier and TypeMethodDescription(package private) final voidObjectToPack.setCachedDelta(DeltaCache.Ref data)