static class FileReftableStack.Segment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) long |
bytes |
(package private) int |
end |
(package private) int |
log |
(package private) int |
start |
Constructor and Description |
---|
Segment() |
Segment(int start,
int end,
int log,
long bytes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
(package private) int |
size() |
java.lang.String |
toString() |