You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration/persistence.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -308,18 +308,18 @@ Here is the full list of available persistence extensions:
308
308
|`<item>.countStateChangesSince(ZonedDateTime)`| Gets the number of changes in persisted States of an Item since a certain point in time |
309
309
|`<item>.countStateChangesUntil(ZonedDateTime)`| Gets the number changes in of persisted States of an Item until a certain point in time |
310
310
|`<item>.countStateChangesBetween(ZonedDateTime, ZonedDateTime)`| Gets the number of changes in persisted States of an Item between certain points in time |
311
-
|`<item>.riemannSumSince(ZonedDateTime)`| Gets the Riemann sum of the States of a persisted Item since a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
312
-
|`<item>.riemannSumUntil(ZonedDateTime)`| Gets the Riemann sum of the States of a persisted Item until a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
313
-
|`<item>.riemannSumBetween(ZonedDateTime, ZonedDateTime)`| Gets the Riemann sum of the States of a persisted Item between certain points in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
314
-
|`<item>.averageSince(ZonedDateTime)`| Gets the average value of the State of a persisted Item since a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
315
-
|`<item>.averageUntil(ZonedDateTime)`| Gets the average value of the State of a persisted Item until a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
316
-
|`<item>.averageBetween(ZonedDateTime, ZonedDateTime)`| Gets the average value of the State of a persisted Item between certain points in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
317
-
|`<item>.varianceSince(ZonedDateTime)`| Gets the variance of the state of the given Item since a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
318
-
|`<item>.varianceUntil(ZonedDateTime)`| Gets the variance of the state of the given Item until a certain future point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
319
-
|`<item>.varianceBetween(ZonedDateTime, ZonedDateTime)`| Gets the variance of the state of the given Item between certain points in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
320
-
|`<item>.deviationSince(ZonedDateTime)`| Gets the standard deviation of the state of the given Item since a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
321
-
|`<item>.deviationUntil(ZonedDateTime)`| Gets the standard deviation of the state of the given Item until a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
322
-
|`<item>.deviationBetween(ZonedDateTime, ZonedDateTime)`| Gets the standard deviation of the state of the given Item between certain points in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations-riemann-sums)) (returns State) |
311
+
|`<item>.riemannSumSince(ZonedDateTime)`| Gets the Riemann sum of the States of a persisted Item since a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
312
+
|`<item>.riemannSumUntil(ZonedDateTime)`| Gets the Riemann sum of the States of a persisted Item until a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
313
+
|`<item>.riemannSumBetween(ZonedDateTime, ZonedDateTime)`| Gets the Riemann sum of the States of a persisted Item between certain points in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
314
+
|`<item>.averageSince(ZonedDateTime)`| Gets the average value of the State of a persisted Item since a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
315
+
|`<item>.averageUntil(ZonedDateTime)`| Gets the average value of the State of a persisted Item until a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
316
+
|`<item>.averageBetween(ZonedDateTime, ZonedDateTime)`| Gets the average value of the State of a persisted Item between certain points in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
317
+
|`<item>.varianceSince(ZonedDateTime)`| Gets the variance of the state of the given Item since a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
318
+
|`<item>.varianceUntil(ZonedDateTime)`| Gets the variance of the state of the given Item until a certain future point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
319
+
|`<item>.varianceBetween(ZonedDateTime, ZonedDateTime)`| Gets the variance of the state of the given Item between certain points in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
320
+
|`<item>.deviationSince(ZonedDateTime)`| Gets the standard deviation of the state of the given Item since a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
321
+
|`<item>.deviationUntil(ZonedDateTime)`| Gets the standard deviation of the state of the given Item until a certain point in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
322
+
|`<item>.deviationBetween(ZonedDateTime, ZonedDateTime)`| Gets the standard deviation of the state of the given Item between certain points in time. This method uses a time-weighted calculation (see [below](#time-weighted-calculations---riemann-sums)) (returns State) |
323
323
|`<item>.getAllStatesSince(ZonedDateTime)`| Gets all persisted State changes for an Item since a certain point in time (returns Iterable<HistoricItem>) |
324
324
|`<item>.getAllStatesUntil(ZonedDateTime)`| Gets all persisted State changes for an Item until a certain point in time (returns Iterable<HistoricItem>) |
325
325
|`<item>.getAllStatesBetween(ZonedDateTime, ZonedDateTime)`| Gets all persisted State changes for an Item between certain points in time (returns Iterable<HistoricItem>) |
0 commit comments