Get a list of segment offsets, sorted in ascending order.
(&self)
| 357 | |
| 358 | /// Get a list of segment offsets, sorted in ascending order. |
| 359 | pub fn existing_segment_offsets(&self) -> io::Result<Vec<u64>> { |
| 360 | self.inner.read().unwrap().repo.existing_offsets() |
| 361 | } |
| 362 | |
| 363 | /// Compress the segments at the offsets provided, marking them as immutable. |
| 364 | /// |