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 DbService
public <T> DaoShortLivedMap<T> getDaoShortLivedMap()
getDaoShortLivedMap
in interface DbService
public void init(DbConfig config) throws Lot49Exception
init
in interface DbService
Lot49Exception
public <T> DaoCacheLoader<T> getDaoCacheLoader()
getDaoCacheLoader
in interface DbService
public <T> DaoCache<T> getDaoCache(DaoCacheLoader<T> loader, T nullValue, long ttl, long maxItems)
getDaoCache
in interface DbService
public DaoCounters getDaoCounters()
getDaoCounters
in interface DbService
public DaoMapOfUserAttributes getDaoMapOfUserAttributes()
getDaoMapOfUserAttributes
in interface DbService
public DaoMapOfUserSegments getDaoMapOfUserSegments()
getDaoMapOfUserSegments
in interface DbService