C# 클래스 InfluxDB.Collector.Pipeline.Batch.IntervalBatcher

상속: IPointEmitter, IDisposable
파일 보기 프로젝트 열기: influxdata/influxdb-csharp 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Emit ( PointData points ) : void
IntervalBatcher ( System.TimeSpan interval, IPointEmitter parent ) : System

비공개 메소드들

메소드 설명
CloseAndFlush ( ) : void
OnTick ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Emit() 공개 메소드

public Emit ( PointData points ) : void
points PointData
리턴 void

IntervalBatcher() 공개 메소드

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