Searched refs:COMPRESSION_RATE (Results 1 – 6 of 6) sorted by relevance
68 static const std::string COMPRESSION_RATE; variable
32 const std::string KvDBProperties::COMPRESSION_RATE = "compressionRate"; member in DistributedDB::KvDBProperties
304 int compressRateUser = properties.GetIntProp(KvDBProperties::COMPRESSION_RATE, 0); in CheckOpenDBOptionWithCached()305 … int compressRateGet = kvDB->GetMyProperties().GetIntProp(KvDBProperties::COMPRESSION_RATE, 0); in CheckOpenDBOptionWithCached()
318 compressionRate = GetDbProperties().GetIntProp(KvDBProperties::COMPRESSION_RATE, in GetCompressionOption()
110 properties.SetIntProp(KvDBProperties::COMPRESSION_RATE, in InitPropWithNbOption()
1026 propertiesPtr->SetIntProp(KvDBProperties::COMPRESSION_RATE, in GetAutoLaunchKVProperties()