Class DeltaWindowEntry

java.lang.Object
org.eclipse.jgit.internal.storage.pack.DeltaWindowEntry

final class DeltaWindowEntry extends Object
  • Field Details

  • Constructor Details

    • DeltaWindowEntry

      DeltaWindowEntry()
  • Method Details

    • set

      final void set(ObjectToPack object)
    • depth

      final int depth()
      Returns:
      current delta chain depth of this object.
    • type

      final int type()
      Returns:
      type of the object in this window entry.
    • size

      final int size()
      Returns:
      estimated unpacked size of the object, in bytes .
    • empty

      final boolean empty()
      Returns:
      true if there is no object stored in this entry.
    • makeNext

      final void makeNext(DeltaWindowEntry e)
    • createWindow

      static DeltaWindowEntry createWindow(int cnt)