Kinetica   C#   API  Version 7.2.3.1
Example.ProducerStats Class Reference

Public Member Functions

void AddGenerated (int count)
 
void AddQueued (int count)
 
void IncrementBatches ()
 

Public Attributes

long RecordsGenerated => Interlocked.Read(ref _recordsGenerated)
 
long RecordsQueued => Interlocked.Read(ref _recordsQueued)
 
long BatchesSent => Interlocked.Read(ref _batchesSent)
 

Detailed Description

Definition at line 95 of file BulkInserterFullIntegration.cs.

Member Function Documentation

◆ AddGenerated()

void Example.ProducerStats.AddGenerated ( int  count)

◆ AddQueued()

void Example.ProducerStats.AddQueued ( int  count)

◆ IncrementBatches()

void Example.ProducerStats.IncrementBatches ( )

Member Data Documentation

◆ BatchesSent

long Example.ProducerStats.BatchesSent => Interlocked.Read(ref _batchesSent)

Definition at line 103 of file BulkInserterFullIntegration.cs.

◆ RecordsGenerated

long Example.ProducerStats.RecordsGenerated => Interlocked.Read(ref _recordsGenerated)

Definition at line 101 of file BulkInserterFullIntegration.cs.

◆ RecordsQueued

long Example.ProducerStats.RecordsQueued => Interlocked.Read(ref _recordsQueued)

Definition at line 102 of file BulkInserterFullIntegration.cs.


The documentation for this class was generated from the following file: