Uses of Interface
org.opencastproject.serviceregistry.api.ServiceStatistics
Packages that use ServiceStatistics
Package
Description
Service implementation classes
-
Uses of ServiceStatistics in org.opencastproject.index.service.resources.list.api
Constructors in org.opencastproject.index.service.resources.list.api with parameters of type ServiceStatistics -
Uses of ServiceStatistics in org.opencastproject.serviceregistry.api
Classes in org.opencastproject.serviceregistry.api that implement ServiceStatisticsModifier and TypeClassDescriptionclassStatistics for a service registration.Methods in org.opencastproject.serviceregistry.api that return types with arguments of type ServiceStatisticsModifier and TypeMethodDescriptionServiceRegistry.getServiceStatistics()Gets performance and runtime statistics for each known service registration.ServiceRegistryInMemoryImpl.getServiceStatistics()Gets performance and runtime statistics for each known service registration.Constructor parameters in org.opencastproject.serviceregistry.api with type arguments of type ServiceStatistics -
Uses of ServiceStatistics in org.opencastproject.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl that return types with arguments of type ServiceStatisticsModifier and TypeMethodDescriptionServiceRegistryJpaImpl.getServiceStatistics()Gets performance and runtime statistics for each known service registration. -
Uses of ServiceStatistics in org.opencastproject.serviceregistry.impl.jmx
Constructor parameters in org.opencastproject.serviceregistry.impl.jmx with type arguments of type ServiceStatisticsModifierConstructorDescriptionHostsStatistics(List<ServiceStatistics> statistics) ServicesStatistics(String hostName, List<ServiceStatistics> statistics)