Home
last modified time | relevance | path

Searched refs:OnTableFileCreated (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/db_stress_tool/
Ddb_stress_listener.h64 void OnTableFileCreated(const TableFileCreationInfo& info) override { in OnTableFileCreated() function
/rocksdb-6.9/include/rocksdb/
Dlistener.h388 virtual void OnTableFileCreated(const TableFileCreationInfo& /*info*/) {} in OnTableFileCreated() function
/rocksdb-6.9/db/
Devent_helpers.cc156 listener->OnTableFileCreated(info); in LogAndNotifyTableFileCreationFinished()
Dlistener_test.cc217 void OnTableFileCreated( in OnTableFileCreated() function in ROCKSDB_NAMESPACE::TestFlushListener
745 void OnTableFileCreated(const TableFileCreationInfo& info) override { in OnTableFileCreated() function in ROCKSDB_NAMESPACE::TableFileCreationListener
Ddb_properties_test.cc1544 void OnTableFileCreated(const TableFileCreationInfo& info) override { in TEST_F() function in ROCKSDB_NAMESPACE::TEST_F::TestListener
Ddb_basic_test.cc1781 void OnTableFileCreated(const TableFileCreationInfo& info) override { in OnTableFileCreated() function in ROCKSDB_NAMESPACE::__anone19c7e4b0511::TableFileListener
/rocksdb-6.9/docs/_posts/
D2016-07-26-rocksdb-4-8-released.markdown17 …* Added EventListener::OnTableFileCreationStarted. EventListener::OnTableFileCreated will be calle…
/rocksdb-6.9/
DHISTORY.md383 * `OnTableFileCreated` will now be called for empty files generated during compaction. In that case…
777 * Added EventListener::OnTableFileCreationStarted. EventListener::OnTableFileCreated will be called…
891 - Added OnTableFileCreated() and OnTableFileDeleted().