(mossStats *moss.CollectionStats, nsIndexStat map[string]interface{})
| 716 | } |
| 717 | |
| 718 | func extractMossStats(mossStats *moss.CollectionStats, nsIndexStat map[string]interface{}) error { |
| 719 | updateStat("num_recs_to_persist", float64(mossStats.CurDirtyOps), nsIndexStat) |
| 720 | return nil |
| 721 | } |
| 722 | |
| 723 | var kvStats = map[string]string{ |
| 724 | // From mossStore... |
no test coverage detected