Uses of Class
org.opencastproject.statistics.api.TimeSeries
Packages that use TimeSeries
Package
Description
Statistics service.
Statistics REST Service implementation
-
Uses of TimeSeries in org.opencastproject.statistics.api
Methods in org.opencastproject.statistics.api that return TimeSeriesModifier and TypeMethodDescriptionStatisticsService.getTimeSeriesData(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId) Get time series statistics data from the given Provider.TimeSeriesProvider.getValues(String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId) Get the time series data provided by this provider. -
Uses of TimeSeries in org.opencastproject.statistics.impl
Methods in org.opencastproject.statistics.impl that return TimeSeriesModifier and TypeMethodDescriptionStatisticsServiceImpl.getTimeSeriesData(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId) -
Uses of TimeSeries in org.opencastproject.statistics.provider.influx.provider
Methods in org.opencastproject.statistics.provider.influx.provider that return TimeSeriesModifier and TypeMethodDescriptionInfluxRunningTotalStatisticsProvider.getValues(String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId) InfluxTimeSeriesStatisticsProvider.getValues(String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId) protected static TimeSeriesInfluxTimeSeriesStatisticsProvider.queryResultToTimeSeries(org.influxdb.dto.QueryResult results) -
Uses of TimeSeries in org.opencastproject.statistics.provider.matomo.provider
Methods in org.opencastproject.statistics.provider.matomo.provider that return TimeSeriesModifier and TypeMethodDescriptionMatomoTimeSeriesStatisticsProvider.getValues(String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId) Methods in org.opencastproject.statistics.provider.matomo.provider that return types with arguments of type TimeSeriesModifier and TypeMethodDescriptionBatchMatomoRequest.executeRequest(String resourceId, Instant from, Instant to, String matomoPeriod, String siteId, String dimensionId, ZoneId zoneId, DataResolution resolution) -
Uses of TimeSeries in org.opencastproject.statistics.provider.random.provider
Methods in org.opencastproject.statistics.provider.random.provider that return TimeSeries -
Uses of TimeSeries in org.opencastproject.statistics.remote
Methods in org.opencastproject.statistics.remote that return TimeSeriesModifier and TypeMethodDescriptionStatisticsServiceRemoteImpl.getTimeSeriesData(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId)