Searched refs:READ_ONLY_MODE (Results 1 – 6 of 6) sorted by relevance
250 if (MyProp().GetBoolProp(KvDBProperties::READ_ONLY_MODE, true)) { in Export()299 if (MyProp().GetBoolProp(KvDBProperties::READ_ONLY_MODE, true)) { in PreCheckRdImport()549 option.readOnly = kvDBProp.GetBoolProp(KvDBProperties::READ_ONLY_MODE, false); in InitDataBaseOption()
72 static const std::string READ_ONLY_MODE; variable
36 const std::string KvDBProperties::READ_ONLY_MODE = "read_only"; member in DistributedDB::KvDBProperties
395 bool isReadOnly = property.GetBoolProp(KvDBProperties::READ_ONLY_MODE, false); in CreateDataBase()
115 properties.SetBoolProp(KvDBProperties::READ_ONLY_MODE, option.rdconfig.readOnly); in InitPropWithNbOption()
1030 propertiesPtr->SetBoolProp(KvDBProperties::READ_ONLY_MODE, false); in GetAutoLaunchKVProperties()