| Package | Description |
|---|---|
| com.northernwall.hadrian.db | |
| com.northernwall.hadrian.db.cassandra | |
| com.northernwall.hadrian.db.inMemory | |
| com.northernwall.hadrian.service.dao |
| Modifier and Type | Method and Description |
|---|---|
VipRef |
DataAccess.getVipRef(java.lang.String hostId,
java.lang.String vipId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VipRef> |
DataAccess.getVipRefsByHost(java.lang.String hostId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataAccess.saveVipRef(VipRef vipRef) |
void |
DataAccess.updateVipRef(VipRef vipRef) |
| Modifier and Type | Method and Description |
|---|---|
VipRef |
CassandraDataAccess.getVipRef(java.lang.String hostId,
java.lang.String vipId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VipRef> |
CassandraDataAccess.getVipRefsByHost(java.lang.String hostId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraDataAccess.saveVipRef(VipRef vipRef) |
void |
CassandraDataAccess.updateVipRef(VipRef vipRef) |
| Modifier and Type | Method and Description |
|---|---|
VipRef |
InMemoryDataAccess.getVipRef(java.lang.String hostId,
java.lang.String vipId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VipRef> |
InMemoryDataAccess.getVipRefsByHost(java.lang.String hostId) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryDataAccess.saveVipRef(VipRef vipRef) |
void |
InMemoryDataAccess.updateVipRef(VipRef vipRef) |
| Modifier and Type | Method and Description |
|---|---|
static GetVipRefData |
GetVipRefData.create(VipRef ref) |
Copyright © 2016 Richard Thurston. All Rights Reserved.