| Package | Description |
|---|---|
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| Modifier and Type | Field and Description |
|---|---|
protected JaxbServiceRegistration |
JaxbServiceStatistics.serviceRegistration
The service registration
|
| Modifier and Type | Field and Description |
|---|---|
protected List<JaxbServiceRegistration> |
JaxbServiceRegistrationList.registrations
A list of search items.
|
| Modifier and Type | Method and Description |
|---|---|
List<JaxbServiceRegistration> |
JaxbServiceRegistrationList.getRegistrations() |
| Modifier and Type | Method and Description |
|---|---|
void |
JaxbServiceRegistrationList.setStats(List<JaxbServiceRegistration> registrations) |
| Constructor and Description |
|---|
JaxbServiceRegistrationList(JaxbServiceRegistration registration) |
JaxbServiceStatistics(JaxbServiceRegistration serviceRegistration)
Constructs a new service statistics instance without statistics.
|
JaxbServiceStatistics(JaxbServiceRegistration serviceRegistration,
long meanRunTime,
long meanQueueTime,
int runningJobs,
int queuedJobs,
int finishedJobs)
Constructs a new service statistics instance with statistics.
|
| Constructor and Description |
|---|
JaxbServiceRegistrationList(Collection<JaxbServiceRegistration> registrations) |
Copyright © 2009–2021 Opencast Project. All rights reserved.