Backpressure metrics for monitoring the BulkInserter. More…
Properties | |
| int | MaxInFlightBatches [get] |
| Maximum number of in-flight batches allowed. | |
| int | AvailablePermits [get] |
| Number of available permits in the semaphore. | |
| int | InFlightBatches [get] |
| Number of batches currently in-flight. | |
| long | PendingBatches [get] |
| Number of batches pending (queued + in-flight). | |
| double | UtilizationPercent [get] |
| Utilization percentage (in-flight / max * 100). | |
Detailed Description
Backpressure metrics for monitoring the BulkInserter.
Definition at line 1340 of file BulkInserter.cs.
Property Documentation
◆ AvailablePermits
| get |
Number of available permits in the semaphore.
Definition at line 1350 of file BulkInserter.cs.
◆ InFlightBatches
| get |
Number of batches currently in-flight.
Definition at line 1355 of file BulkInserter.cs.
◆ MaxInFlightBatches
| get |
Maximum number of in-flight batches allowed.
Definition at line 1345 of file BulkInserter.cs.
◆ PendingBatches
| get |
Number of batches pending (queued + in-flight).
Definition at line 1360 of file BulkInserter.cs.
◆ UtilizationPercent
| get |
Utilization percentage (in-flight / max * 100).
Definition at line 1365 of file BulkInserter.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/BulkInserter/BulkInserter.cs
- Kinetica/BulkInserter/BulkInserter.cs