GetTotalFailedTimes return the total failed times of request
()
| 197 | |
| 198 | //GetTotalFailedTimes return the total failed times of request |
| 199 | func (this *SyncFlightInfo) GetTotalFailedTimes() int { |
| 200 | this.lock.RLock() |
| 201 | defer this.lock.RUnlock() |
| 202 | return this.totalFailed |
| 203 | } |
| 204 | |
| 205 | //ResetStartTime |
| 206 | func (this *SyncFlightInfo) ResetStartTime() { |