Interface Settings

    • Field Detail

      • PREPARED_STATEMENT_CACHE_SQL_LIMIT

        static final String PREPARED_STATEMENT_CACHE_SQL_LIMIT
        Property for configuring the Vert.x prepared statement cache.
        See Also:
        SqlConnectOptions.setPreparedStatementCacheSqlLimit(int), Constant Field Values
      • PREPARED_STATEMENT_CACHE_MAX_SIZE

        static final String PREPARED_STATEMENT_CACHE_MAX_SIZE
        Property for configuring the Vert.x prepared statement cache.
        See Also:
        SqlConnectOptions.setPreparedStatementCacheMaxSize(int), Constant Field Values
      • POOL_MAX_WAIT_QUEUE_SIZE

        static final String POOL_MAX_WAIT_QUEUE_SIZE
        Property for configuring the Vert.x connection pool.
        See Also:
        PoolOptions.setMaxWaitQueueSize(int), Constant Field Values
      • POOL_CONNECT_TIMEOUT

        static final String POOL_CONNECT_TIMEOUT
        Property for configuring the Vert.x connection pool.
        See Also:
        NetClientOptions.setConnectTimeout(int), Constant Field Values
      • POOL_IDLE_TIMEOUT

        static final String POOL_IDLE_TIMEOUT
        Property for configuring the Vert.x connection pool.
        See Also:
        PoolOptions.setIdleTimeout(int), Constant Field Values
      • POOL_CLEANER_PERIOD

        static final String POOL_CLEANER_PERIOD
        Property for configuring the Vert.x connection pool.
        See Also:
        PoolOptions.setPoolCleanerPeriod(int), Constant Field Values
      • SQL_CLIENT_POOL_CONFIG

        static final String SQL_CLIENT_POOL_CONFIG
        Specifies a SqlClientPoolConfiguration class.
        See Also:
        Constant Field Values