()
| 269 | } |
| 270 | |
| 271 | func (this *BandwidthStatManager) Inspect() { |
| 272 | this.locker.Lock() |
| 273 | logs.PrintAsJSON(this.m) |
| 274 | this.locker.Unlock() |
| 275 | } |
| 276 | |
| 277 | func (this *BandwidthStatManager) Map() map[int64]int64 /** serverId => max bytes **/ { |
| 278 | this.locker.Lock() |