Uses of Interface
org.opencastproject.statistics.api.StatisticsProvider
Packages that use StatisticsProvider
Package
Description
Statistics service.
Statistics REST Service implementation
-
Uses of StatisticsProvider in org.opencastproject.external.util.statistics
Methods in org.opencastproject.external.util.statistics that return StatisticsProviderMethods in org.opencastproject.external.util.statistics with parameters of type StatisticsProviderModifier and TypeMethodDescriptionstatic QueryUtils.ParametersQueryUtils.parseParameters(org.json.simple.JSONObject parametersJson, StatisticsProvider provider) static org.json.simple.JSONObjectStatisticsProviderUtils.toJson(StatisticsProvider provider, Boolean withParameters) static StringStatisticsProviderUtils.typeOf(StatisticsProvider provider) -
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. -
Uses of StatisticsProvider in org.opencastproject.statistics.export.api
Methods in org.opencastproject.statistics.export.api with parameters of type StatisticsProviderModifier 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 StatisticsProvider in org.opencastproject.statistics.export.impl
Methods in org.opencastproject.statistics.export.impl with parameters of type StatisticsProviderModifier 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 StatisticsProvider in org.opencastproject.statistics.impl
Methods in org.opencastproject.statistics.impl that return types with arguments of type StatisticsProviderModifier and TypeMethodDescriptionStatisticsServiceImpl.getProvider(String providerId) StatisticsServiceImpl.getProviders()StatisticsServiceImpl.getProviders(ResourceType resourceType) Methods in org.opencastproject.statistics.impl with parameters of type StatisticsProviderModifier and TypeMethodDescriptionvoidStatisticsServiceImpl.addProvider(StatisticsProvider provider) StatisticsServiceImpl.getTimeSeriesData(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId) voidStatisticsServiceImpl.removeProvider(StatisticsProvider provider) -
Uses of StatisticsProvider in org.opencastproject.statistics.provider.influx.provider
Classes in org.opencastproject.statistics.provider.influx.provider that implement StatisticsProviderModifier and TypeClassDescriptionclassclassclass -
Uses of StatisticsProvider in org.opencastproject.statistics.provider.random.provider
Classes in org.opencastproject.statistics.provider.random.provider that implement StatisticsProvider -
Uses of StatisticsProvider in org.opencastproject.statistics.remote
Methods in org.opencastproject.statistics.remote that return types with arguments of type StatisticsProviderModifier and TypeMethodDescriptionStatisticsServiceRemoteImpl.getProvider(String providerId) StatisticsServiceRemoteImpl.getProviders()StatisticsServiceRemoteImpl.getProviders(ResourceType resourceType) Methods in org.opencastproject.statistics.remote with parameters of type StatisticsProviderModifier and TypeMethodDescriptionStatisticsServiceRemoteImpl.getTimeSeriesData(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution resolution, ZoneId zoneId)