Class HikariCPConnectionPoolFactory.HikariCPConnectionPool

    • Constructor Detail

      • HikariCPConnectionPool

        public HikariCPConnectionPool​(com.zaxxer.hikari.HikariDataSource ds)
    • Method Detail

      • close

        public void close()
        Description copied from interface: ConnectionPool
        Method to call when closing the StoreManager down, and consequently to close the pool.
        Specified by:
        close in interface ConnectionPool