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 Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) long
     
    (package private) int
     
    (package private) int
     
    (package private) int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Segment(int start, int end, int log, long bytes)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
     
    int
     
    (package private) int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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