| Package | Description |
|---|---|
| com.northernwall.hadrian.db | |
| com.northernwall.hadrian.db.cassandra | |
| com.northernwall.hadrian.handlers.service.dao |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ModuleRef> |
DataAccess.getModuleRefs() |
java.util.List<ModuleRef> |
DataAccess.getModuleRefsByClient(java.lang.String clientServiceId,
java.lang.String clientModuleId) |
java.util.List<ModuleRef> |
DataAccess.getModuleRefsByServer(java.lang.String serverServiceId,
java.lang.String serverModuleId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataAccess.saveModuleRef(ModuleRef moduleRef) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ModuleRef> |
CassandraDataAccess.getModuleRefs() |
java.util.List<ModuleRef> |
CassandraDataAccess.getModuleRefsByClient(java.lang.String clientServiceId,
java.lang.String clientModuleId) |
java.util.List<ModuleRef> |
CassandraDataAccess.getModuleRefsByServer(java.lang.String serverServiceId,
java.lang.String serverModuleId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraDataAccess.saveModuleRef(ModuleRef moduleRef) |
| Modifier and Type | Method and Description |
|---|---|
static GetModuleRefData |
GetModuleRefData.create(ModuleRef ref) |
Copyright © 2017 Richard Thurston. All Rights Reserved.