| Modifier and Type | Method and Description |
|---|---|
Service |
DataAccess.getService(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Service> |
DataAccess.getActiveServices() |
java.util.List<Service> |
DataAccess.getAllServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataAccess.saveService(Service service) |
void |
DataAccess.updateService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
Service |
CassandraDataAccess.getService(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Service> |
CassandraDataAccess.getActiveServices() |
java.util.List<Service> |
CassandraDataAccess.getAllServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraDataAccess.saveService(Service service) |
void |
CassandraDataAccess.updateService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
Service |
InMemoryDataAccess.getService(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Service> |
InMemoryDataAccess.getActiveServices() |
java.util.List<Service> |
InMemoryDataAccess.getAllServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryDataAccess.saveService(Service service) |
void |
InMemoryDataAccess.updateService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Service> |
Service.filterTeam(java.lang.String teamId,
java.util.List<Service> services) |
| Modifier and Type | Method and Description |
|---|---|
int |
Service.compareTo(Service o) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Service> |
Service.filterTeam(java.lang.String teamId,
java.util.List<Service> services) |
| Constructor and Description |
|---|
WorkItem(Type type,
Operation operation,
User user,
Team team,
Service service,
Module module,
Host host,
Vip vip) |
| Modifier and Type | Method and Description |
|---|---|
protected Service |
BasicHandler.getService(org.eclipse.jetty.server.Request request) |
protected Service |
BasicHandler.getService(java.lang.String serviceId,
java.lang.String serviceName,
java.lang.String serviceAbbr) |
| Modifier and Type | Method and Description |
|---|---|
protected Host |
BasicHandler.getHost(org.eclipse.jetty.server.Request request,
Service service) |
protected Host |
BasicHandler.getHost(java.lang.String hostId,
java.lang.String hostName,
Service service) |
protected void |
ServiceRefreshHandler.getHostInfo(Service service,
GetServiceData getServiceData,
java.util.List<java.util.concurrent.Future> futures) |
protected Module |
BasicHandler.getModule(org.eclipse.jetty.server.Request request,
Service service) |
protected Module |
BasicHandler.getModule(java.lang.String moduleId,
java.lang.String moduleName,
Service service) |
protected void |
ServiceRefreshHandler.getModuleInfo(Service service,
GetServiceData getServiceData,
boolean includeStuff,
java.util.List<java.util.concurrent.Future> futures) |
protected Vip |
BasicHandler.getVip(java.lang.String vipId,
java.lang.String vipName,
Service service) |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceData |
GetServiceData.create(Service service) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceData |
ServiceData.create(Service service) |
Copyright © 2016 Richard Thurston. All Rights Reserved.