Uses of Interface
org.opencastproject.serviceregistry.api.HostRegistration
Packages that use HostRegistration
Package
Description
Service implementation classes
Utility classes for dealing with media packages, collections, URLs, files, and streams.
-
Uses of HostRegistration in org.opencastproject.serviceregistry.api
Classes in org.opencastproject.serviceregistry.api that implement HostRegistrationModifier and TypeClassDescriptionclassclassA record of a host.Methods in org.opencastproject.serviceregistry.api that return HostRegistrationModifier and TypeMethodDescriptionServiceRegistry.getHostRegistration(String hostname) Finds host registration for the given hostname.ServiceRegistryInMemoryImpl.getHostRegistration(String hostname) Methods in org.opencastproject.serviceregistry.api that return types with arguments of type HostRegistrationModifier and TypeMethodDescriptionServiceRegistry.getHostRegistrations()Finds all host registrations, including offline hosts and those in maintenance mode.ServiceRegistryInMemoryImpl.getHostRegistrations()Methods in org.opencastproject.serviceregistry.api with parameters of type HostRegistrationModifier and TypeMethodDescriptionvoidJaxbHostRegistrationList.add(HostRegistration registration) Constructors in org.opencastproject.serviceregistry.api with parameters of type HostRegistrationModifierConstructorDescriptionJaxbHostRegistration(HostRegistration hostRegistration) Creates a new JAXB host registration based on an existing host registration -
Uses of HostRegistration in org.opencastproject.util
Method parameters in org.opencastproject.util with type arguments of type HostRegistrationModifier and TypeMethodDescriptionstatic voidLoadUtil.checkJobFitsCluster(float load, String loadType, List<HostRegistration> hosts)