Class DbIormConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • dbName

        public DbIormConfig.Builder dbName​(String dbName)
        The database name.

        For the default DbPlan, the dbName is default.

        Parameters:
        dbName - the value to set
        Returns:
        this builder
      • share

        public DbIormConfig.Builder share​(Integer share)
        The relative priority of this database.
        Parameters:
        share - the value to set
        Returns:
        this builder
      • flashCacheLimit

        public 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.

        Parameters:
        flashCacheLimit - the value to set
        Returns:
        this builder