Uses of Enum Class
org.opencastproject.statistics.api.DataResolution
Packages that use DataResolution
Package
Description
Statistics service.
Statistics REST Service implementation
-
Uses of DataResolution in org.opencastproject.adminui.impl
Methods in org.opencastproject.adminui.impl that return DataResolution -
Uses of DataResolution in org.opencastproject.external.util.statistics
Methods in org.opencastproject.external.util.statistics that return DataResolutionMethods in org.opencastproject.external.util.statistics that return types with arguments of type DataResolutionModifier and TypeMethodDescriptionstatic Optional<DataResolution> DataResolutionUtils.fromString(String dataResolution) Methods in org.opencastproject.external.util.statistics with parameters of type DataResolutionModifier and TypeMethodDescriptionstatic StringDataResolutionUtils.toString(DataResolution dataResolution) Method parameters in org.opencastproject.external.util.statistics with type arguments of type DataResolutionModifier and TypeMethodDescriptionstatic org.json.simple.JSONArrayDataResolutionUtils.toJson(Set<DataResolution> dataResolutions) -
Uses of DataResolution in org.opencastproject.statistics.api
Methods in org.opencastproject.statistics.api that return DataResolutionModifier and TypeMethodDescriptionstatic DataResolutionDataResolution.fromString(String value) static DataResolutionReturns the enum constant of this class with the specified name.static DataResolution[]DataResolution.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.statistics.api that return types with arguments of type DataResolutionMethods in org.opencastproject.statistics.api with parameters of type DataResolutionModifier and TypeMethodDescriptionStatisticsUtil.getBuckets(Instant from, Instant to, DataResolution resolution, ZoneId zoneId) StatisticsService.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 DataResolution in org.opencastproject.statistics.export.api
Methods in org.opencastproject.statistics.export.api with parameters of type DataResolutionModifier and TypeMethodDescriptionStatisticsExportService.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId) Get a CSV representation for the query result based on the given parameters.StatisticsExportService.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId, boolean fullMetadata, DetailLevel detailLevel, int limit, int offset, Map<String, String> filters) Get a CSV representation for the query result based on the given parameters. -
Uses of DataResolution in org.opencastproject.statistics.export.impl
Methods in org.opencastproject.statistics.export.impl with parameters of type DataResolutionModifier and TypeMethodDescriptionStatisticsExportServiceImpl.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId) StatisticsExportServiceImpl.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId, boolean fullMetadata, DetailLevel detailLevel, int limit, int offset, Map<String, String> filters) -
Uses of DataResolution in org.opencastproject.statistics.impl
Methods in org.opencastproject.statistics.impl with parameters of type DataResolutionModifier and TypeMethodDescriptionStatisticsServiceImpl.getTimeSeriesData(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId) -
Uses of DataResolution in org.opencastproject.statistics.provider.influx.provider
Methods in org.opencastproject.statistics.provider.influx.provider that return types with arguments of type DataResolutionModifier and TypeMethodDescriptionInfluxRunningTotalStatisticsProvider.getDataResolutions()InfluxTimeSeriesStatisticsProvider.getDataResolutions()InfluxProviderConfiguration.InfluxProviderSource.getResolutions()Methods in org.opencastproject.statistics.provider.influx.provider with parameters of type DataResolutionModifier and TypeMethodDescriptionprotected static StringInfluxStatisticsProvider.dataResolutionToInfluxGrouping(DataResolution dataResolution) InfluxStatisticsProvider.getPeriods(Instant from, Instant to, DataResolution resolution, ZoneId zoneId) InfluxRunningTotalStatisticsProvider.getValues(String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId) InfluxTimeSeriesStatisticsProvider.getValues(String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId) Constructor parameters in org.opencastproject.statistics.provider.influx.provider with type arguments of type DataResolutionModifierConstructorDescriptionInfluxProviderSource(String aggregation, String aggregationVariable, String measurement, String resourceIdName, Set<DataResolution> resolutions) -
Uses of DataResolution in org.opencastproject.statistics.provider.random.provider
Methods in org.opencastproject.statistics.provider.random.provider that return types with arguments of type DataResolutionMethods in org.opencastproject.statistics.provider.random.provider with parameters of type DataResolution -
Uses of DataResolution in org.opencastproject.statistics.remote
Methods in org.opencastproject.statistics.remote with parameters of type DataResolutionModifier and TypeMethodDescriptionStatisticsServiceRemoteImpl.getTimeSeriesData(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId)