Esempio n. 1
0
 /// <summary>
 /// Truncate the log until, but not including, untilAddress. **User should ensure
 /// that the provided address is a valid starting address for some record.** The
 /// truncation is not persisted until the next commit.
 /// </summary>
 /// <param name="untilAddress">Until address</param>
 public void TruncateUntil(long untilAddress)
 {
     allocator.ShiftBeginAddress(untilAddress);
 }