mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
sstables: add sstable::marked_for_deletion()
Accesses previous sstable::mark_for_deletion() setting
This commit is contained in:
@@ -212,6 +212,10 @@ public:
|
||||
_marked_for_deletion = true;
|
||||
}
|
||||
|
||||
bool marked_for_deletion() const {
|
||||
return _marked_for_deletion;
|
||||
}
|
||||
|
||||
void add_ancestor(int generation) {
|
||||
_collector.add_ancestor(generation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user