* Creates all the connection in the pool. * @param {string} keyspace * @internal * @ignore
(keyspace)
| 304 | * @ignore |
| 305 | */ |
| 306 | warmupPool(keyspace) { |
| 307 | return this.pool.warmup(keyspace); |
| 308 | } |
| 309 | |
| 310 | /** |
| 311 | * Starts creating the pool in the background. |
no test coverage detected