Public Member Functions | |
void | Add (QueryStats stats) |
Add the QueryStats to the current counts. | |
Stats | Read () |
Return the collected Stats. | |
Stats | ReadAndReset () |
Return the collected Stats and Reset counts. | |
Definition at line 20 of file StatsCollector.cs.
void Fauna.IStatsCollector.Add | ( | QueryStats | stats | ) |
Add the QueryStats to the current counts.
stats | QueryStats |
Implemented in Fauna.StatsCollector.
Stats Fauna.IStatsCollector.Read | ( | ) |
Return the collected Stats.
Implemented in Fauna.StatsCollector.
Stats Fauna.IStatsCollector.ReadAndReset | ( | ) |
Return the collected Stats and Reset counts.
Implemented in Fauna.StatsCollector.