Uses of Enum Class
org.openhab.core.persistence.extensions.PersistenceExtensions.RiemannType
Packages that use PersistenceExtensions.RiemannType
-
Uses of PersistenceExtensions.RiemannType in org.openhab.core.persistence.extensions
Methods in org.openhab.core.persistence.extensions that return PersistenceExtensions.RiemannTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PersistenceExtensions.RiemannType[]PersistenceExtensions.RiemannType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.persistence.extensions with parameters of type PersistenceExtensions.RiemannTypeModifier and TypeMethodDescriptionstatic @Nullable StatePersistenceExtensions.averageBetween(Item item, ZonedDateTime begin, ZonedDateTime end, @Nullable PersistenceExtensions.RiemannType type) Gets the average value of the state of a givenItembetween two certain points in time.static @Nullable StatePersistenceExtensions.averageBetween(Item item, ZonedDateTime begin, ZonedDateTime end, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the average value of the state of a givenItembetween two certain points in time.static @Nullable StatePersistenceExtensions.averageSince(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type) Gets the average value of the state of a givenItemsince a certain point in time.static @Nullable StatePersistenceExtensions.averageSince(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the average value of the state of a givenItemsince a certain point in time.static @Nullable StatePersistenceExtensions.averageUntil(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type) Gets the average value of the state of a givenItemuntil a certain point in time.static @Nullable StatePersistenceExtensions.averageUntil(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the average value of the state of a givenItemuntil a certain point in time.static @Nullable StatePersistenceExtensions.deviationBetween(Item item, ZonedDateTime begin, ZonedDateTime end, @Nullable PersistenceExtensions.RiemannType type) Gets the standard deviation of the state of the givenItembetween two points in time.static @Nullable StatePersistenceExtensions.deviationBetween(Item item, ZonedDateTime begin, ZonedDateTime end, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the standard deviation of the state of the givenItembetween two points in time.static @Nullable StatePersistenceExtensions.deviationSince(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type) Gets the standard deviation of the state of the givenItemsince a certain point in time.static @Nullable StatePersistenceExtensions.deviationSince(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the standard deviation of the state of the givenItemsince a certain point in time.static @Nullable StatePersistenceExtensions.deviationUntil(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type) Gets the standard deviation of the state of the givenItemuntil a certain point in time.static @Nullable StatePersistenceExtensions.deviationUntil(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the standard deviation of the state of the givenItemuntil a certain point in time.static @Nullable StatePersistenceExtensions.riemannSumBetween(Item item, ZonedDateTime begin, ZonedDateTime end, @Nullable PersistenceExtensions.RiemannType type) Gets the Riemann sum of the states of a givenItembetween two certain points in time.static @Nullable StatePersistenceExtensions.riemannSumBetween(Item item, ZonedDateTime begin, ZonedDateTime end, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the Riemann sum of the states of a givenItembetween two certain points in time.static @Nullable StatePersistenceExtensions.riemannSumSince(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type) Gets the Riemann sum of the states of a givenItemsince a certain point in time.static @Nullable StatePersistenceExtensions.riemannSumSince(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the Riemann sum of the states of a givenItemsince a certain point in time.static @Nullable StatePersistenceExtensions.riemannSumUntil(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type) Gets the Riemann sum of the states of a givenItemuntil a certain point in time.static @Nullable StatePersistenceExtensions.riemannSumUntil(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the Riemann sum of the states of a givenItemuntil a certain point in time.static @Nullable StatePersistenceExtensions.varianceBetween(Item item, ZonedDateTime begin, ZonedDateTime end, @Nullable PersistenceExtensions.RiemannType type) Gets the variance of the state of the givenItembetween two certain point in time.static @Nullable StatePersistenceExtensions.varianceBetween(Item item, ZonedDateTime begin, ZonedDateTime end, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the variance of the state of the givenItembetween two points in time.static @Nullable StatePersistenceExtensions.varianceSince(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type) Gets the variance of the state of the givenItemsince a certain point in time.static @Nullable StatePersistenceExtensions.varianceSince(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the variance of the state of the givenItemsince a certain point in time.static @Nullable StatePersistenceExtensions.varianceUntil(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type) Gets the variance of the state of the givenItemuntil a certain point in time.static @Nullable StatePersistenceExtensions.varianceUntil(Item item, ZonedDateTime timestamp, @Nullable PersistenceExtensions.RiemannType type, @Nullable String serviceId) Gets the variance of the state of the givenItemuntil a certain point in time.