Searched refs:COMPRESS_ON_SYNC (Results 1 – 6 of 6) sorted by relevance
67 static const std::string COMPRESS_ON_SYNC; variable
31 const std::string KvDBProperties::COMPRESS_ON_SYNC = "needCompressOnSync"; member in DistributedDB::KvDBProperties
296 bool compressOnSyncUser = properties.GetBoolProp(KvDBProperties::COMPRESS_ON_SYNC, false); in CheckOpenDBOptionWithCached()297 …bool compressOnSyncGet = kvDB->GetMyProperties().GetBoolProp(KvDBProperties::COMPRESS_ON_SYNC, fal… in CheckOpenDBOptionWithCached()
317 needCompressOnSync = GetDbProperties().GetBoolProp(KvDBProperties::COMPRESS_ON_SYNC, false); in GetCompressionOption()
108 properties.SetBoolProp(KvDBProperties::COMPRESS_ON_SYNC, option.isNeedCompressOnSync); in InitPropWithNbOption()
1024 propertiesPtr->SetBoolProp(KvDBProperties::COMPRESS_ON_SYNC, param.option.isNeedCompressOnSync); in GetAutoLaunchKVProperties()