Uses of Interface
org.opencastproject.statistics.api.StatisticsProvider
-
Uses of StatisticsProvider in org.opencastproject.statistics.api
Subinterfaces of StatisticsProvider in org.opencastproject.statistics.apiModifier and TypeInterfaceDescriptioninterfaceA provider which provied time series data.Methods in org.opencastproject.statistics.api that return types with arguments of type StatisticsProviderModifier and TypeMethodDescriptionStatisticsService.getProvider(String providerId) StatisticsService.getProviders()StatisticsService.getProviders(ResourceType resourceType) Methods in org.opencastproject.statistics.api with parameters of type StatisticsProviderModifier and TypeMethodDescriptionvoidStatisticsCoordinator.addProvider(StatisticsProvider provider) Add the given provider to the list of active providers.StatisticsService.getTimeSeriesData(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId) Get time series statistics data from the given Provider.voidStatisticsCoordinator.removeProvider(StatisticsProvider provider) Remove the given provider from the list of active providers.