Uses of Interface
com.izettle.metrics.influxdb.InfluxDbSender
-
Packages that use InfluxDbSender Package Description com.izettle.metrics.influxdb -
-
Uses of InfluxDbSender in com.izettle.metrics.influxdb
Classes in com.izettle.metrics.influxdb that implement InfluxDbSender Modifier and Type Class Description classGroupedInfluxDbHttpSenderPassthrough to ultimately select a different style of serializer: grouped fields on one influxdb protocol line, instead of one field per protocol line.classInfluxDbHttpSenderAn implementation of InfluxDbSender that writes to InfluxDb via http.classInfluxDBKafkaSenderclassInfluxDbLoggerSenderclassInfluxDbTcpSenderAn implementation of InfluxDbSender that uses TCP Connection.classInfluxDbUdpSenderAn implementation of InfluxDbSender that uses UDP Connection.Methods in com.izettle.metrics.influxdb with parameters of type InfluxDbSender Modifier and Type Method Description InfluxDbReporterInfluxDbReporter.Builder. build(InfluxDbSender influxDb)
-