C# Class InfluxDB.Collector.Pipeline.Batch.IntervalBatcher

Inheritance: IPointEmitter, IDisposable
Datei anzeigen Open project: influxdata/influxdb-csharp Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Emit ( PointData points ) : void
IntervalBatcher ( System.TimeSpan interval, IPointEmitter parent ) : System

Private Methods

Method Description
CloseAndFlush ( ) : void
OnTick ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Emit() public method

public Emit ( PointData points ) : void
points PointData
return void

IntervalBatcher() public method

public IntervalBatcher ( System.TimeSpan interval, IPointEmitter parent ) : System
interval System.TimeSpan
parent IPointEmitter
return System