Package io.openems.edge.timedata.rrd4j
Interface Rrd4jTimedata
-
- All Superinterfaces:
CommonTimedataService
,OpenemsComponent
,Timedata
- All Known Implementing Classes:
Rrd4jTimedataImpl
public interface Rrd4jTimedata extends Timedata, OpenemsComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Rrd4jTimedata.ChannelId
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
_setQueueIsFull(java.lang.Boolean value)
Internal method to set the 'nextValue' onRrd4jTimedata.ChannelId.QUEUE_IS_FULL
Channel.default void
_setUnableToInsertSample(java.lang.Boolean value)
Internal method to set the 'nextValue' onRrd4jTimedata.ChannelId.UNABLE_TO_INSERT_SAMPLE
Channel.default Value<java.lang.Boolean>
getQueueIsFull()
Gets theStateChannel
forRrd4jTimedata.ChannelId.QUEUE_IS_FULL
.default StateChannel
getQueueIsFullChannel()
Gets the Channel forRrd4jTimedata.ChannelId.QUEUE_IS_FULL
.default Value<java.lang.Boolean>
getUnableToInsertSample()
Gets theStateChannel
forRrd4jTimedata.ChannelId.UNABLE_TO_INSERT_SAMPLE
.default StateChannel
getUnableToInsertSampleChannel()
Gets the Channel forRrd4jTimedata.ChannelId.UNABLE_TO_INSERT_SAMPLE
.-
Methods inherited from interface io.openems.common.timedata.CommonTimedataService
handleQueryHistoricTimeseriesExportXlxsRequest, queryHistoricData, queryHistoricData, queryHistoricEnergy, queryHistoricEnergyPerPeriod
-
Methods inherited from interface io.openems.edge.common.component.OpenemsComponent
_channel, _getChannelAs, alias, channel, channel, channels, debugLog, getComponentContext, getState, getStateChannel, hasFaults, id, isEnabled, serviceFactoryPid, servicePid
-
Methods inherited from interface io.openems.edge.timedata.api.Timedata
getLatestValue
-
-
-
-
Method Detail
-
getQueueIsFullChannel
default StateChannel getQueueIsFullChannel()
Gets the Channel forRrd4jTimedata.ChannelId.QUEUE_IS_FULL
.- Returns:
- the Channel
-
getQueueIsFull
default Value<java.lang.Boolean> getQueueIsFull()
Gets theStateChannel
forRrd4jTimedata.ChannelId.QUEUE_IS_FULL
.- Returns:
- the Channel
Value
-
_setQueueIsFull
default void _setQueueIsFull(java.lang.Boolean value)
Internal method to set the 'nextValue' onRrd4jTimedata.ChannelId.QUEUE_IS_FULL
Channel.- Parameters:
value
- the next value
-
getUnableToInsertSampleChannel
default StateChannel getUnableToInsertSampleChannel()
Gets the Channel forRrd4jTimedata.ChannelId.UNABLE_TO_INSERT_SAMPLE
.- Returns:
- the Channel
-
getUnableToInsertSample
default Value<java.lang.Boolean> getUnableToInsertSample()
Gets theStateChannel
forRrd4jTimedata.ChannelId.UNABLE_TO_INSERT_SAMPLE
.- Returns:
- the Channel
Value
-
_setUnableToInsertSample
default void _setUnableToInsertSample(java.lang.Boolean value)
Internal method to set the 'nextValue' onRrd4jTimedata.ChannelId.UNABLE_TO_INSERT_SAMPLE
Channel.- Parameters:
value
- the next value
-
-