| 54 | last_sequence_ = seq; |
| 55 | } |
| 56 | void SetCompactPointer(int level, const InternalKey& key) { |
| 57 | compact_pointers_.push_back(std::make_pair(level, key)); |
| 58 | } |
| 59 | |
| 60 | // Add the specified file at the specified number. |
| 61 | // REQUIRES: This version has not been saved (see VersionSet::SaveTo) |