Searched refs:GetLocalWaterMarkByMode (Results 1 – 4 of 4) sorted by relevance
44 …int GetLocalWaterMarkByMode(const std::string &tableName, CloudWaterType mode, Timestamp &localMar…
220 …EXPECT_EQ(proxyObj.GetLocalWaterMarkByMode(TABLE_NAME_1, CloudWaterType::INSERT, retLocalMark), -E…
68 int StorageProxy::GetLocalWaterMarkByMode(const std::string &tableName, CloudWaterType mode, Timest… in GetLocalWaterMarkByMode() function in DistributedDB::StorageProxy
912 res.first = storageProxy_->GetLocalWaterMarkByMode(tableName, uploadParam.mode, res.second); in GetLocalWater()