| Modifier and Type | Method and Description |
|---|---|
Host |
DataAccess.getHost(java.lang.String serviceId,
java.lang.String hostId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Host> |
DataAccess.getHosts(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataAccess.saveHost(Host host) |
void |
DataAccess.updateHost(Host host) |
| Modifier and Type | Method and Description |
|---|---|
Host |
CassandraDataAccess.getHost(java.lang.String serviceId,
java.lang.String hostId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Host> |
CassandraDataAccess.getHosts(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraDataAccess.saveHost(Host host) |
void |
CassandraDataAccess.updateHost(Host host) |
| Modifier and Type | Method and Description |
|---|---|
Host |
InMemoryDataAccess.getHost(java.lang.String serviceId,
java.lang.String hostId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Host> |
InMemoryDataAccess.getHosts(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryDataAccess.saveHost(Host host) |
void |
InMemoryDataAccess.updateHost(Host host) |
| Modifier and Type | Method and Description |
|---|---|
int |
Host.compareTo(Host 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 |
|---|---|
static GetHostData |
GetHostData.create(Host host) |
| Modifier and Type | Method and Description |
|---|---|
GetHostDetailsData |
HostDetailsHelper.getDetails(Host host) |
| Modifier and Type | Method and Description |
|---|---|
static HostData |
HostData.create(Host host) |
Copyright © 2016 Richard Thurston. All Rights Reserved.