Searched refs:IsVbucketContainsAllPK (Results 1 – 3 of 3) sorted by relevance
95 static bool IsVbucketContainsAllPK(const VBucket &vBucket, const std::set<std::string> &pkSet);
730 bool CloudStorageUtils::IsVbucketContainsAllPK(const VBucket &vBucket, const std::set<std::string> … in IsVbucketContainsAllPK() function in DistributedDB::CloudStorageUtils
1066 bool queryByPk = CloudStorageUtils::IsVbucketContainsAllPK(vBucket, pkSet); in GetDeleteStatementForCloudSync()