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