| Package | Description |
|---|---|
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| Modifier and Type | Method and Description |
|---|---|
SystemLoad |
ServiceRegistry.getCurrentHostLoads()
Gets a map of hosts to the number of jobs currently loading that host
|
SystemLoad |
ServiceRegistryInMemoryImpl.getCurrentHostLoads() |
SystemLoad |
ServiceRegistry.getMaxLoads()
Returns the maximum load that can be handled by the currently registered hosts.
|
SystemLoad |
ServiceRegistryInMemoryImpl.getMaxLoads()
Returns the maximum load that can be handled by the currently registered hosts.
|
static SystemLoad |
SystemLoadParser.parse(InputStream in)
Parses a stream representing a
SystemLoad |
static SystemLoad |
SystemLoadParser.parseXml(String xml)
Parses an xml string representing a
SystemLoad |
| Modifier and Type | Method and Description |
|---|---|
static String |
SystemLoadParser.toXml(SystemLoad systemLoad)
Gets an xml representation of a
SystemLoad |
static InputStream |
SystemLoadParser.toXmlStream(SystemLoad systemLoad)
Gets a serialized representation of a
SystemLoad |
Copyright © 2009–2021 Opencast Project. All rights reserved.