Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ flush_all
Method
flush_all
src/models/buffered_io.rs:131–136 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
129
}
130
131
pub fn flush_all(&self) -> Result<(), BufIoError> {
132
for bufman in self.bufmans.iter() {
133
bufman.flush()?;
134
}
135
Ok(())
136
}
137
}
138
139
pub struct BufferManager {
Callers
11
init_hnsw_index_for_collection
Function · 0.45
flush
Method · 0.45
flush
Method · 0.45
flush
Method · 0.45
flush
Method · 0.45
serialize
Method · 0.45
test_inverted_index_root_serialization
Function · 0.45
test_inverted_index_root_incremental_serialization
Function · 0.45
end_to_end_test
Function · 0.45
test_tf_idf_index_root_serialization
Function · 0.45
test_tf_idf_index_root_incremental_serialization
Function · 0.45
Calls
2
iter
Method · 0.45
flush
Method · 0.45
Tested by
5
test_inverted_index_root_serialization
Function · 0.36
test_inverted_index_root_incremental_serialization
Function · 0.36
end_to_end_test
Function · 0.36
test_tf_idf_index_root_serialization
Function · 0.36
test_tf_idf_index_root_incremental_serialization
Function · 0.36