Class QueueHandler.StringQueueHandler
- java.lang.Object
-
- io.openems.backend.timedata.timescaledb.internal.write.QueueHandler<Point.StringPoint>
-
- io.openems.backend.timedata.timescaledb.internal.write.QueueHandler.StringQueueHandler
-
- Enclosing class:
- QueueHandler<T extends Point>
public static class QueueHandler.StringQueueHandler extends QueueHandler<Point.StringPoint>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.openems.backend.timedata.timescaledb.internal.write.QueueHandler
QueueHandler.FloatQueueHandler, QueueHandler.IntQueueHandler, QueueHandler.StringQueueHandler
-
-
Constructor Summary
Constructors Constructor Description StringQueueHandler(com.zaxxer.hikari.HikariDataSource dataSource, java.util.concurrent.ExecutorService executor, Type type, Priority priority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Point.StringPoint
dataToPointConverter(Schema.ChannelRecord channel, java.time.ZonedDateTime time, com.google.gson.JsonElement json)
-
Methods inherited from class io.openems.backend.timedata.timescaledb.internal.write.QueueHandler
activate, debugLog, getMergePointsWorker, of, offer
-
-
-
-
Method Detail
-
dataToPointConverter
protected Point.StringPoint dataToPointConverter(Schema.ChannelRecord channel, java.time.ZonedDateTime time, com.google.gson.JsonElement json) throws OpenemsError.OpenemsNamedException
- Specified by:
dataToPointConverter
in classQueueHandler<Point.StringPoint>
- Throws:
OpenemsError.OpenemsNamedException
-
-