public static class DbIormConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DbIormConfig |
build() |
DbIormConfig.Builder |
copy(DbIormConfig model) |
DbIormConfig.Builder |
dbName(String dbName)
The database name.
|
DbIormConfig.Builder |
flashCacheLimit(String flashCacheLimit)
The flash cache limit for this database.
|
DbIormConfig.Builder |
share(Integer share)
The relative priority of this database.
|
public DbIormConfig.Builder dbName(String dbName)
The database name. For the default DbPlan
, the dbName
is default
.
dbName
- the value to setpublic DbIormConfig.Builder share(Integer share)
The relative priority of this database.
share
- the value to setpublic DbIormConfig.Builder flashCacheLimit(String flashCacheLimit)
The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
flashCacheLimit
- the value to setpublic DbIormConfig build()
public DbIormConfig.Builder copy(DbIormConfig model)
Copyright © 2016–2024. All rights reserved.