public abstract class InfluxDBAbstractSink<T> extends BatchSink<org.influxdb.dto.Point,T>
| Modifier and Type | Field and Description |
|---|---|
protected InfluxDBBuilder |
influxDBBuilder |
| Constructor and Description |
|---|
InfluxDBAbstractSink() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
open(Map<String,Object> config,
SinkContext sinkContext) |
protected void |
writePoints(List<org.influxdb.dto.Point> points) |
buildPoint, getFiled, init, writeprotected InfluxDBBuilder influxDBBuilder
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.