Searched refs:CHECK_INTEGRITY (Results 1 – 5 of 5) sorted by relevance
65 static const std::string CHECK_INTEGRITY; variable
29 const std::string KvDBProperties::CHECK_INTEGRITY = "checkIntegrity"; member in DistributedDB::KvDBProperties
413 if (property.GetBoolProp(KvDBProperties::CHECK_INTEGRITY, false) && in CreateDataBase()459 bool isNeedIntegrityCheck = property.GetBoolProp(KvDBProperties::CHECK_INTEGRITY, false); in GetDataBase()
550 option.isNeedIntegrityCheck = kvDBProp.GetBoolProp(KvDBProperties::CHECK_INTEGRITY, false); in InitDataBaseOption()
97 properties.SetBoolProp(KvDBProperties::CHECK_INTEGRITY, option.isNeedIntegrityCheck); in InitPropWithNbOption()