| Method and Description |
|---|
| org.knowm.yank.Yank.getDataSource() |
| org.knowm.yank.YankPoolManager.releaseDataSource() |
| org.knowm.yank.Yank.releaseDataSource()
use
Yank.releaseDefaultConnectionPool() instead.
Closes the default connection pool |
| org.knowm.yank.Yank.setupDataSource(Properties)
use
#setupDefaultConnectionPool() instead.
Add properties for a DataSource (connection pool). Yank uses a Hikari DataSource (connection pool) under the hood, so you have to provide the minimal essential properties and the optional properties as defined here: https://github.com/brettwooldridge/HikariCP |
Copyright © 2011–2017 Knowm Inc.. All rights reserved.