MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / warmupPool

Method warmupPool

lib/host.js:306–308  ·  view source on GitHub ↗

* Creates all the connection in the pool. * @param {string} keyspace * @internal * @ignore

(keyspace)

Source from the content-addressed store, hash-verified

304 * @ignore
305 */
306 warmupPool(keyspace) {
307 return this.pool.warmup(keyspace);
308 }
309
310 /**
311 * Starts creating the pool in the background.

Callers 3

client.jsFile · 0.80
host-tests.jsFile · 0.80

Calls 1

warmupMethod · 0.80

Tested by

no test coverage detected