Uses of Enum Class
org.opencastproject.statistics.api.DataResolution
-
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.