| Constructor and Description |
|---|
CollectionsDbService() |
| Modifier and Type | Method and Description |
|---|---|
<T> DaoCache<T> |
getDaoCache(DaoCacheLoader<T> loader,
T nullValue,
long ttl,
long maxItems) |
<T> DaoCacheLoader<T> |
getDaoCacheLoader() |
DaoCounters |
getDaoCounters() |
DaoMapOfUserAttributes |
getDaoMapOfUserAttributes() |
DaoMapOfUserSegments |
getDaoMapOfUserSegments() |
<T> DaoShortLivedMap<T> |
getDaoShortLivedMap() |
<T> DaoShortLivedMap<T> |
getDaoShortLivedMap(Class<T> type) |
void |
init(DbConfig config) |
public <T> DaoShortLivedMap<T> getDaoShortLivedMap(Class<T> type)
getDaoShortLivedMap in interface DbServicepublic <T> DaoShortLivedMap<T> getDaoShortLivedMap()
getDaoShortLivedMap in interface DbServicepublic void init(DbConfig config) throws Lot49Exception
init in interface DbServiceLot49Exceptionpublic <T> DaoCacheLoader<T> getDaoCacheLoader()
getDaoCacheLoader in interface DbServicepublic <T> DaoCache<T> getDaoCache(DaoCacheLoader<T> loader, T nullValue, long ttl, long maxItems)
getDaoCache in interface DbServicepublic DaoCounters getDaoCounters()
getDaoCounters in interface DbServicepublic DaoMapOfUserAttributes getDaoMapOfUserAttributes()
getDaoMapOfUserAttributes in interface DbServicepublic DaoMapOfUserSegments getDaoMapOfUserSegments()
getDaoMapOfUserSegments in interface DbService