Class XfcConfigKeys.Database

  • Enclosing class:
    XfcConfigKeys

    public static final class XfcConfigKeys.Database
    extends Object
    Constants with the names of the settings in the database.properties configuration file.
    Author:
    XIMA MEDIA GmbH
    • Field Detail

      • PROP_CONNECTIONS_LEAKDETECTION_THRESHOLD

        public static final String PROP_CONNECTIONS_LEAKDETECTION_THRESHOLD
        See Also:
        Constant Field Values
      • DB_MONITOR_CHECK_INTERVAL_SECONDS

        public static final String DB_MONITOR_CHECK_INTERVAL_SECONDS
        Time in seconds for the periodic database health check. The minimum value is 1, if a smaller value is specified, 1 is used instead. Defaults to DB_MONITOR_CHECK_INTERVAL_SECONDS.

        The database monitor runs a periodic health check on the system database , scheduled periodically at a fixed rate. It checks whether the connection to the database is still active. Depending on the result, certain features that depend on the database are either initialized or shut down. This setting is the periodic interval at which the check runs.

        See Also:
        Constant Field Values
      • DB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDS

        public static final String DB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDS
        Timeout in seconds for checking the connection to the database. A value of 0 or less means no timeout. Defaults to DB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDS.

        The database monitor runs a periodic health check on the system database, scheduled periodically at a fixed rate. It checks whether the connection to the database is still active. Depending on the result, certain features that depend on the database are either initialized or shut down. The health check takes database connection and pings it to check whether the database can be reached. This setting is the timeout for that ping.

        See Also:
        Constant Field Values
    • Constructor Detail

      • Database

        public Database()