Class FileReftableStack.Segment
java.lang.Object
org.eclipse.jgit.internal.storage.file.FileReftableStack.Segment
- Enclosing class:
FileReftableStack
A segment is a consecutive list of reftables of the same approximate
size.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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