| Modifier and Type | Method and Description |
|---|---|
Service |
DataAccess.getService(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Service> |
DataAccess.getServices() |
java.util.List<Service> |
DataAccess.getServices(java.lang.String teamId) |
| 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.getServices() |
java.util.List<Service> |
CassandraDataAccess.getServices(java.lang.String teamId) |
| 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.getServices() |
java.util.List<Service> |
InMemoryDataAccess.getServices(java.lang.String teamId) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryDataAccess.saveService(Service service) |
void |
InMemoryDataAccess.updateService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
int |
Service.compareTo(Service o) |
| Constructor and Description |
|---|
WorkItem(java.lang.String type,
java.lang.String operation,
User user,
Team team,
Service service,
Module module,
Host host,
Vip vip,
Vip newVip) |
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.writeService(Service service,
java.lang.String shape) |
| 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.