Home
last modified time | relevance | path

Searched refs:allow_global_seqno (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/java/rocksjni/
Dingest_external_file_options.cc37 options->allow_global_seqno = static_cast<bool>(jallow_global_seqno); in Java_org_rocksdb_IngestExternalFileOptions_newIngestExternalFileOptions__ZZZZ()
99 return static_cast<jboolean>(options->allow_global_seqno); in Java_org_rocksdb_IngestExternalFileOptions_allowGlobalSeqNo()
111 options->allow_global_seqno = static_cast<bool>(jallow_global_seqno); in Java_org_rocksdb_IngestExternalFileOptions_setAllowGlobalSeqNo()
/rocksdb-6.9/include/rocksdb/
Ddb.h1427 ifo.allow_global_seqno = false;
1438 ifo.allow_global_seqno = false;
1450 ifo.allow_global_seqno = false;
1461 ifo.allow_global_seqno = false;
1478 ifo.allow_global_seqno = false;
1493 ifo.allow_global_seqno = false;
1504 ifo.allow_global_seqno = false;
1515 ifo.allow_global_seqno = false;
Doptions.h1516 bool allow_global_seqno = true; member
Dc.h1400 rocksdb_ingestexternalfileoptions_t* opt, unsigned char allow_global_seqno);
/rocksdb-6.9/db/
Dexternal_sst_file_test.cc133 bool allow_global_seqno = false, bool write_global_seqno = false, in GenerateAndAddExternalFile() argument
177 ifo.allow_global_seqno = allow_global_seqno; in GenerateAndAddExternalFile()
234 int file_id = -1, bool allow_global_seqno = false, in GenerateAndAddExternalFile() argument
252 bool allow_global_seqno = false, bool write_global_seqno = false, in GenerateAndAddExternalFile() argument
274 opts.allow_global_seqno = false; in DeprecatedAddFile()
2271 bool allow_global_seqno = true; in TEST_P() local
2406 ifo.allow_global_seqno = true; // Always allow global_seqno in TEST_P()
2481 ifo.allow_global_seqno = true; // Always allow global_seqno in TEST_P()
2588 ifo.allow_global_seqno = true; // Always allow global_seqno in TEST_P()
2659 ifo.allow_global_seqno = true; // Always allow global_seqno in TEST_P()
[all …]
Dexternal_sst_file_ingestion_job.cc439 ingestion_options_.allow_global_seqno) { in GetIngestedFileInfo()
645 } else if (!ingestion_options_.allow_global_seqno) { in AssignGlobalSeqnoForIngestedFile()
Dexternal_sst_file_basic_test.cc39 opts.allow_global_seqno = false; in DeprecatedAddFile()
112 ifo.allow_global_seqno = true; in GenerateAndAddExternalFile()
827 ifo.allow_global_seqno = true; in TEST_F()
Dc.cc3487 unsigned char allow_global_seqno) { in rocksdb_ingestexternalfileoptions_set_allow_global_seqno() argument
3488 opt->rep.allow_global_seqno = allow_global_seqno; in rocksdb_ingestexternalfileoptions_set_allow_global_seqno()
/rocksdb-6.9/tools/
Dldb_cmd.cc3362 ifo.allow_global_seqno = allow_global_seqno_; in DoCommand()