Searched refs:allow_global_seqno (Results 1 – 9 of 9) sorted by relevance
37 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()
1427 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;
1516 bool allow_global_seqno = true; member
1400 rocksdb_ingestexternalfileoptions_t* opt, unsigned char allow_global_seqno);
133 bool allow_global_seqno = false, bool write_global_seqno = false, in GenerateAndAddExternalFile() argument177 ifo.allow_global_seqno = allow_global_seqno; in GenerateAndAddExternalFile()234 int file_id = -1, bool allow_global_seqno = false, in GenerateAndAddExternalFile() argument252 bool allow_global_seqno = false, bool write_global_seqno = false, in GenerateAndAddExternalFile() argument274 opts.allow_global_seqno = false; in DeprecatedAddFile()2271 bool allow_global_seqno = true; in TEST_P() local2406 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 …]
439 ingestion_options_.allow_global_seqno) { in GetIngestedFileInfo()645 } else if (!ingestion_options_.allow_global_seqno) { in AssignGlobalSeqnoForIngestedFile()
39 opts.allow_global_seqno = false; in DeprecatedAddFile()112 ifo.allow_global_seqno = true; in GenerateAndAddExternalFile()827 ifo.allow_global_seqno = true; in TEST_F()
3487 unsigned char allow_global_seqno) { in rocksdb_ingestexternalfileoptions_set_allow_global_seqno() argument3488 opt->rep.allow_global_seqno = allow_global_seqno; in rocksdb_ingestexternalfileoptions_set_allow_global_seqno()
3362 ifo.allow_global_seqno = allow_global_seqno_; in DoCommand()