Searched defs:isNeedRetry (Results 1 – 3 of 3) sorted by relevance
270 … const DistributedDB::Key &key, const DistributedDB::Value &value, bool isNeedRetry, int waitTime) in Put()285 const std::vector<DistributedDB::Entry> &entries, bool isNeedRetry) in PutBatch()324 const std::vector<DistributedDB::Key> &keys, bool isNeedRetry) in DeleteBatch()363 … const DistributedDB::Key &key, const DistributedDB::Value &value, bool isNeedRetry, int waitTime) in PutLocal()
363 void SyncTaskContext::SetRetryStatus(int isNeedRetry) in SetRetryStatus()
1959 bool isNeedRetry = ret == Status::OK || ret == Status::ERROR_AGAIN; in ReadLoop() local