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. | |
Public Member Functions inherited from Fauna.IStatsCollector |
Definition at line 39 of file StatsCollector.cs.
void Fauna.StatsCollector.Add | ( | QueryStats | stats | ) |
Add the QueryStats to the current counts.
stats | QueryStats |
Implements Fauna.IStatsCollector.
Definition at line 58 of file StatsCollector.cs.
Stats Fauna.StatsCollector.Read | ( | ) |
Return the collected Stats.
Implements Fauna.IStatsCollector.
Definition at line 87 of file StatsCollector.cs.
Stats Fauna.StatsCollector.ReadAndReset | ( | ) |
Return the collected Stats and Reset counts.
Implements Fauna.IStatsCollector.
Definition at line 105 of file StatsCollector.cs.