Home
last modified time | relevance | path

Searched defs:IngestExternalFileOptions (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DIngestExternalFileOptions.java13 public class IngestExternalFileOptions extends RocksObject { class
15 public IngestExternalFileOptions() { in IngestExternalFileOptions() method in IngestExternalFileOptions
25 public IngestExternalFileOptions(final boolean moveFiles, in IngestExternalFileOptions() method in IngestExternalFileOptions
/rocksdb-6.9/include/rocksdb/
Doptions.h1506 struct IngestExternalFileOptions { struct
1508 bool move_files = false;
1510 bool failed_move_fall_back_to_copy = true;
1513 bool snapshot_consistency = true;
1516 bool allow_global_seqno = true;
1519 bool allow_blocking_flush = true;
1527 bool ingest_behind = false;
1539 bool write_global_seqno = true;
1544 bool verify_checksums_before_ingest = false;
1551 size_t verify_checksums_readahead_size = 0;
/rocksdb-6.9/db/
Dcompacted_db_impl.h89 const IngestExternalFileOptions& /*ingestion_options*/) override { in IngestExternalFile()
Ddb_test.cc2717 const IngestExternalFileOptions& /*options*/) override { in IngestExternalFile()
/rocksdb-6.9/db/db_impl/
Ddb_impl_readonly.h118 const IngestExternalFileOptions& /*ingestion_options*/) override { in IngestExternalFile()
Ddb_impl_secondary.h203 const IngestExternalFileOptions& /*ingestion_options*/) override { in IngestExternalFile()