| Package | Description |
|---|---|
| com.northernwall.hadrian.db | |
| com.northernwall.hadrian.db.cassandra | |
| com.northernwall.hadrian.db.inMemory | |
| com.northernwall.hadrian.domain | |
| com.northernwall.hadrian.service.dao |
| Modifier and Type | Method and Description |
|---|---|
Team |
DataAccess.getTeam(java.lang.String teamId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Team> |
DataAccess.getTeams() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataAccess.saveTeam(Team team) |
void |
DataAccess.updateTeam(Team team) |
| Modifier and Type | Method and Description |
|---|---|
Team |
CassandraDataAccess.getTeam(java.lang.String teamId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Team> |
CassandraDataAccess.getTeams() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraDataAccess.saveTeam(Team team) |
void |
CassandraDataAccess.updateTeam(Team team) |
| Modifier and Type | Method and Description |
|---|---|
Team |
InMemoryDataAccess.getTeam(java.lang.String teamId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Team> |
InMemoryDataAccess.getTeams() |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryDataAccess.saveTeam(Team team) |
void |
InMemoryDataAccess.updateTeam(Team team) |
| Modifier and Type | Method and Description |
|---|---|
int |
Team.compareTo(Team o) |
| Modifier and Type | Method and Description |
|---|---|
static GetTeamData |
GetTeamData.create(Team team) |
Copyright © 2016 Richard Thurston. All Rights Reserved.