| Package | Description |
|---|---|
| io.appform.dropwizard.sharding.dao |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheableLookupDao<T>
A write through/read through cache enabled dao to manage lookup and top level elements in the system.
|
class |
CacheableRelationalDao<T>
A read/write through cache enabled
RelationalDao |
class |
LookupDao<T>
A dao to manage lookup and top level elements in the system.
|
class |
RelationalDao<T>
A dao used to work with entities related to a parent shard.
|
class |
WrapperDao<T,DaoType extends io.dropwizard.hibernate.AbstractDAO<T>>
A dao used to wrap custom Dao's so that all operations on the DAO's are routed to the same shard for a parent key.
|
Copyright © 2016–2020. All rights reserved.