|
Kinetica C# API
Version 7.2.3.1
|
Collects and aggregates metrics from a BulkInserter. More...
Public Member Functions | |
| MetricsCollector (BulkInserter< T > inserter) | |
| DashboardMetrics | Collect () |
| Collect current metrics snapshot from the BulkInserter. More... | |
| double | GetAvgThroughput () |
Collects and aggregates metrics from a BulkInserter.
The collector does NOT own the BulkInserter and does NOT interfere with insert operations.
| T | : | IShardKeyExtractor | |
| T | : | new() |
Definition at line 86 of file BulkInserterDashboard.cs.
|
inline |
Definition at line 101 of file BulkInserterDashboard.cs.
|
inline |
Collect current metrics snapshot from the BulkInserter.
This method is thread-safe and does not interfere with insert operations.
Definition at line 112 of file BulkInserterDashboard.cs.
|
inline |
Definition at line 192 of file BulkInserterDashboard.cs.