Home
last modified time | relevance | path

Searched defs:ExternalFileIngestionInfo (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dlistener.h278 struct ExternalFileIngestionInfo { struct
280 std::string cf_name;
282 std::string external_file_path;
284 std::string internal_file_path;
286 SequenceNumber global_seqno;
288 TableProperties table_properties;
430 DB* /*db*/, const ExternalFileIngestionInfo& /*info*/) {} in OnExternalFileIngested()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_listener.h90 DB* /*db*/, const ExternalFileIngestionInfo& /*info*/) override { in OnExternalFileIngested()
/rocksdb-6.9/db/
Ddb_compaction_test.cc102 DB* /* db */, const ExternalFileIngestionInfo& /* info */) override { in OnExternalFileIngested()