Flush all buffered records and fsync the active segment.
(&mut self)
| 174 | |
| 175 | /// Flush all buffered records and fsync the active segment. |
| 176 | pub fn sync(&mut self) -> Result<()> { |
| 177 | self.writer.sync() |
| 178 | } |
| 179 | |
| 180 | /// The next LSN that will be assigned. |
| 181 | pub fn next_lsn(&self) -> u64 { |
no outgoing calls