| Modifier and Type | Method and Description |
|---|---|
Vip |
DataAccess.getVip(java.lang.String serviceId,
java.lang.String vipId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Vip> |
DataAccess.getVips(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataAccess.saveVip(Vip vip) |
void |
DataAccess.updateVip(Vip vip) |
| Modifier and Type | Method and Description |
|---|---|
Vip |
CassandraDataAccess.getVip(java.lang.String serviceId,
java.lang.String vipId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Vip> |
CassandraDataAccess.getVips(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraDataAccess.saveVip(Vip vip) |
void |
CassandraDataAccess.updateVip(Vip vip) |
| Modifier and Type | Method and Description |
|---|---|
Vip |
InMemoryDataAccess.getVip(java.lang.String serviceId,
java.lang.String vipId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Vip> |
InMemoryDataAccess.getVips(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryDataAccess.saveVip(Vip vip) |
void |
InMemoryDataAccess.updateVip(Vip vip) |
| Modifier and Type | Method and Description |
|---|---|
int |
Vip.compareTo(Vip 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 GetVipData |
GetVipData.create(Vip vip) |
| Modifier and Type | Method and Description |
|---|---|
static VipData |
VipData.create(Vip vip) |
Copyright © 2016 Richard Thurston. All Rights Reserved.