Class ThreadSafeDeltaCache

    • Nested Class Summary

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.concurrent.locks.ReentrantLock lock  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) DeltaCache.Ref cache​(byte[] data, int actLen, int reservedSize)  
      (package private) boolean canCache​(int length, ObjectToPack src, ObjectToPack res)  
      (package private) void credit​(int reservedSize)  
      • Methods inherited from class org.eclipse.jgit.internal.storage.pack.DeltaCache

        resize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait