Class DatarouterAccountDao.DatarouterAccountDaoParams
java.lang.Object
io.datarouter.storage.dao.BaseRedundantDaoParams
io.datarouter.auth.storage.account.DatarouterAccountDao.DatarouterAccountDaoParams
- Enclosing class:
- DatarouterAccountDao
public static class DatarouterAccountDao.DatarouterAccountDaoParams
extends io.datarouter.storage.dao.BaseRedundantDaoParams
-
Field Summary
Fields Modifier and Type Field Description java.util.Optional<java.lang.String>tableName -
Constructor Summary
Constructors Constructor Description DatarouterAccountDaoParams(java.util.List<io.datarouter.storage.client.ClientId> clientIds)DatarouterAccountDaoParams(java.util.List<io.datarouter.storage.client.ClientId> clientIds, java.lang.String tableName) -
Method Summary
-
Field Details
-
tableName
public final java.util.Optional<java.lang.String> tableName
-
-
Constructor Details
-
DatarouterAccountDaoParams
public DatarouterAccountDaoParams(java.util.List<io.datarouter.storage.client.ClientId> clientIds) -
DatarouterAccountDaoParams
public DatarouterAccountDaoParams(java.util.List<io.datarouter.storage.client.ClientId> clientIds, java.lang.String tableName)
-