Class InfluxRunningTotalStatisticsProvider
java.lang.Object
org.opencastproject.statistics.provider.influx.provider.InfluxStatisticsProvider
org.opencastproject.statistics.provider.influx.provider.InfluxRunningTotalStatisticsProvider
- All Implemented Interfaces:
org.opencastproject.statistics.api.StatisticsProvider,org.opencastproject.statistics.api.TimeSeriesProvider
public class InfluxRunningTotalStatisticsProvider
extends InfluxStatisticsProvider
implements org.opencastproject.statistics.api.TimeSeriesProvider
-
Field Summary
Fields inherited from class org.opencastproject.statistics.provider.influx.provider.InfluxStatisticsProvider
service -
Constructor Summary
ConstructorsConstructorDescriptionInfluxRunningTotalStatisticsProvider(StatisticsProviderInfluxService service, String id, org.opencastproject.statistics.api.ResourceType resourceType, String title, String description, Set<InfluxProviderConfiguration.InfluxProviderSource> sources) -
Method Summary
Methods inherited from class org.opencastproject.statistics.provider.influx.provider.InfluxStatisticsProvider
dataResolutionToInfluxGrouping, equals, getDescription, getId, getPeriods, getResourceType, getTitle, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencastproject.statistics.api.StatisticsProvider
getDescription, getId, getResourceType, getTitle
-
Constructor Details
-
InfluxRunningTotalStatisticsProvider
public InfluxRunningTotalStatisticsProvider(StatisticsProviderInfluxService service, String id, org.opencastproject.statistics.api.ResourceType resourceType, String title, String description, Set<InfluxProviderConfiguration.InfluxProviderSource> sources)
-
-
Method Details
-
getValues
public org.opencastproject.statistics.api.TimeSeries getValues(String resourceId, Instant from, Instant to, org.opencastproject.statistics.api.DataResolution resolution, ZoneId zoneId) - Specified by:
getValuesin interfaceorg.opencastproject.statistics.api.TimeSeriesProvider
-
getDataResolutions
- Specified by:
getDataResolutionsin interfaceorg.opencastproject.statistics.api.TimeSeriesProvider
-