| 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.deleteHost(Host host) |
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.deleteHost(Host host) |
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.deleteHost(Host host) |
void |
InMemoryDataAccess.saveHost(Host host) |
void |
InMemoryDataAccess.updateHost(Host host) |
| Modifier and Type | Method and Description |
|---|---|
GetHostDetailsData |
HostDetailsHelper.getDetails(Host host) |
| Modifier and Type | Method and Description |
|---|---|
GetHostDetailsData |
SimpleHostDetailsHelper.getDetails(Host host) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Host> |
Host.filterModule(java.lang.String moduleId,
java.util.List<Host> hosts) |
static java.util.List<Host> |
Host.filterModule(java.lang.String moduleId,
java.lang.String environment,
java.util.List<Host> hosts) |
| Modifier and Type | Method and Description |
|---|---|
int |
Host.compareTo(Host o) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Host> |
Host.filterModule(java.lang.String moduleId,
java.util.List<Host> hosts) |
static java.util.List<Host> |
Host.filterModule(java.lang.String moduleId,
java.lang.String environment,
java.util.List<Host> hosts) |
| Constructor and Description |
|---|
WorkItem(Type type,
Operation operation,
User user,
Team team,
Service service,
Module module,
Host host,
Vip vip,
java.lang.String reason) |
| 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) |
| Constructor and Description |
|---|
ReadAvailabilityRunnable(GetDataCenterData dataCenterData,
Host host,
Module module,
InfoHelper infoHelper) |
| Modifier and Type | Method and Description |
|---|---|
static GetHostData |
GetHostData.create(Host host) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Report.outputHostRow(Host host) |
| Modifier and Type | Method and Description |
|---|---|
static HostData |
HostData.create(Host host) |
Copyright © 2017 Richard Thurston. All Rights Reserved.