Uses of Class
org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
Packages that use SystemLoad.NodeLoad
Package
Description
Service implementation classes
-
Uses of SystemLoad.NodeLoad in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api with type parameters of type SystemLoad.NodeLoadModifier and TypeFieldDescriptionprotected Map<String, SystemLoad.NodeLoad> SystemLoad.nodeLoadsThe list of nodes and their current loadMethods in org.opencastproject.serviceregistry.api that return SystemLoad.NodeLoadModifier and TypeMethodDescriptionGets a specific host from the map, if present.ServiceRegistry.getMaxLoadOnNode(String host) Returns the maximum load that can be handled by a given node.ServiceRegistryInMemoryImpl.getMaxLoadOnNode(String host) Returns the maximum load that can be handled by a given node.Methods in org.opencastproject.serviceregistry.api that return types with arguments of type SystemLoad.NodeLoadModifier and TypeMethodDescriptionSystemLoad.getNodeLoads()Get the list of nodes and their current loadfactor.Methods in org.opencastproject.serviceregistry.api with parameters of type SystemLoad.NodeLoadModifier and TypeMethodDescriptionvoidSystemLoad.addNodeLoad(SystemLoad.NodeLoad load) Adds a node to the map of load values, overwriting an existing entry if the node is already present in the mapintSystemLoad.NodeLoad.compareTo(SystemLoad.NodeLoad other) booleanSystemLoad.NodeLoad.exceeds(SystemLoad.NodeLoad other) Method parameters in org.opencastproject.serviceregistry.api with type arguments of type SystemLoad.NodeLoadModifier and TypeMethodDescriptionvoidSystemLoad.setNodeLoads(Collection<SystemLoad.NodeLoad> newLoads) Sets the list of nodes and their current loadfactor. -
Uses of SystemLoad.NodeLoad in org.opencastproject.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl that return SystemLoad.NodeLoadModifier and TypeMethodDescriptionServiceRegistryJpaImpl.getMaxLoadOnNode(String host) Returns the maximum load that can be handled by a given node.