| 843 | } |
| 844 | |
| 845 | void Storage::FlushBlockCache() { shared_block_cache_->EraseUnRefEntries(); } |
| 846 | |
| 847 | Status Storage::ReplicaApplyWriteBatch(rocksdb::WriteBatch *batch, const rocksdb::WriteOptions &options) { |
| 848 | return applyWriteBatch(options, batch); |