Class FileReftableStack.Segment

java.lang.Object
org.eclipse.jgit.internal.storage.file.FileReftableStack.Segment
Enclosing class:
FileReftableStack

static class FileReftableStack.Segment extends Object
A segment is a consecutive list of reftables of the same approximate size.
  • Field Details

    • log

      int log
    • bytes

      long bytes
    • start

      int start
    • end

      int end
  • Constructor Details

    • Segment

      Segment(int start, int end, int log, long bytes)
    • Segment

      Segment()
  • Method Details