Interface DbIormConfig.Builder

  • Method Details

    • dbName

      DbIormConfig.Builder dbName(String dbName)

      The database name. For the default DbPlan, the dbName is default.

      Parameters:
      dbName - The database name. For the default DbPlan, the dbName is default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flashCacheLimit

      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 flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • share

      The relative priority of this database.

      Parameters:
      share - The relative priority of this database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.