| Package | Description |
|---|---|
| com.northernwall.hadrian.db | |
| com.northernwall.hadrian.db.cassandra | |
| com.northernwall.hadrian.db.inMemory |
| Modifier and Type | Method and Description |
|---|---|
UserSession |
DataAccess.getUserSession(java.lang.String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataAccess.saveUserSession(UserSession userSession) |
| Modifier and Type | Method and Description |
|---|---|
UserSession |
CassandraDataAccess.getUserSession(java.lang.String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraDataAccess.saveUserSession(UserSession userSession) |
| Modifier and Type | Method and Description |
|---|---|
UserSession |
InMemoryDataAccess.getUserSession(java.lang.String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryDataAccess.saveUserSession(UserSession userSession) |
Copyright © 2016 Richard Thurston. All Rights Reserved.