Searched refs:EventListener (Results 1 – 25 of 33) sorted by relevance
12
| /rocksdb-6.9/db/ |
| D | event_helpers.h | 24 const std::vector<std::shared_ptr<EventListener>>& listeners, 29 const std::vector<std::shared_ptr<EventListener>>& listeners, 34 const std::vector<std::shared_ptr<EventListener>>& listeners, 43 const std::vector<std::shared_ptr<EventListener>>& listeners); 45 const std::vector<std::shared_ptr<EventListener>>& listeners, 51 const std::vector<std::shared_ptr<EventListener>>& listeners,
|
| D | event_helpers.cc | 26 const std::vector<std::shared_ptr<EventListener>>& listeners, in NotifyTableFileCreationStarted() 42 const std::vector<std::shared_ptr<EventListener>>& listeners, in NotifyOnBackgroundError() 70 const std::vector<std::shared_ptr<EventListener>>& listeners, in LogAndNotifyTableFileCreationFinished() 171 const std::vector<std::shared_ptr<EventListener>>& listeners) { in LogAndNotifyTableFileDeletion() 203 const std::vector<std::shared_ptr<EventListener>>& listeners, in NotifyOnErrorRecoveryCompleted()
|
| D | listener_test.cc | 92 class TestCompactionListener : public EventListener { 211 class TestFlushListener : public EventListener { 507 class TestCompactionReasonListener : public EventListener { 675 class TableFileCreationListener : public EventListener { 816 class MemTableSealedListener : public EventListener { 847 class ColumnFamilyHandleDeletionStartedListener : public EventListener { 883 class BackgroundErrorListener : public EventListener { 973 class TestFileOperationListener : public EventListener {
|
| D | compact_files_test.cc | 35 class FlushedFileCollector : public EventListener {
|
| D | db_flush_test.cc | 358 class TestListener : public EventListener { in TEST_F()
|
| D | db_properties_test.cc | 1492 struct TestListener : public EventListener { in TEST_F() 1542 class TestListener : public EventListener { in TEST_F()
|
| D | db_test_util.h | 602 class OnFileDeletionListener : public EventListener {
|
| D | db_with_timestamp_basic_test.cc | 507 class FlushedFileCollector : public EventListener {
|
| D | db_sst_test.cc | 25 class FlushedFileCollector : public EventListener {
|
| /rocksdb-6.9/file/ |
| D | random_access_file_reader.h | 60 std::vector<std::shared_ptr<EventListener>> listeners_; 68 const std::vector<std::shared_ptr<EventListener>>& listeners = {}) 79 [this](const std::shared_ptr<EventListener>& e) { in file_()
|
| D | writable_file_writer.h | 74 std::vector<std::shared_ptr<EventListener>> listeners_; 83 const std::vector<std::shared_ptr<EventListener>>& listeners = {}, 108 [this](const std::shared_ptr<EventListener>& e) { in writable_file_()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | listener.h | 313 class EventListener { 481 virtual ~EventListener() {} in ~EventListener() 486 class EventListener {};
|
| D | options.h | 872 std::vector<std::shared_ptr<EventListener>> listeners;
|
| D | db.h | 54 class EventListener; variable
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2016-07-26-rocksdb-4-8-released.markdown | 17 …* Added EventListener::OnTableFileCreationStarted. EventListener::OnTableFileCreated will be calle…
|
| D | 2017-02-07-rocksdb-5-1-2-released.markdown | 10 * Added EventListener::OnExternalFileIngested which will be called when IngestExternalFile() add a …
|
| D | 2017-05-26-rocksdb-5-4-5-released.markdown | 21 * Added CompactionEventListener and EventListener::OnFlushBegin interfaces.
|
| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_db_listener.h | 19 class BlobDBListener : public EventListener {
|
| /rocksdb-6.9/options/ |
| D | db_options.h | 62 std::vector<std::shared_ptr<EventListener>> listeners;
|
| D | cf_options.h | 117 std::vector<std::shared_ptr<EventListener>> listeners;
|
| D | options_settable_test.cc | 197 sizeof(std::vector<std::shared_ptr<EventListener>>)}, in TEST_F()
|
| /rocksdb-6.9/examples/ |
| D | compact_files_example.cc | 22 class Compactor : public EventListener {
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_listener.h | 15 class DbStressListener : public EventListener {
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 118 * A number of new information elements are now exposed through the EventListener interface. For flu… 569 * Introduce `EventListener::OnStallConditionsChanged()` callback. Users can implement it to be noti… 607 * Introduce `EventListener::OnBackgroundError()` callback. Users can implement it to be notified of… 658 * Added CompactionEventListener and EventListener::OnFlushBegin interfaces. 695 * Added EventListener::OnExternalFileIngested which will be called when IngestExternalFile() add a … 777 * Added EventListener::OnTableFileCreationStarted. EventListener::OnTableFileCreated will be called… 889 * Several new features on EventListener (see include/rocksdb/listener.h): 895 * EventListener::OnFlushCompleted() now passes FlushJobInfo instead of a list of parameters. 990 * CompactFiles and EventListener, although they are still in experimental state
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job_stats_test.cc | 413 class CompactionJobStatsChecker : public EventListener {
|
12