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

Method setProtocolVersion

lib/host.js:283–285  ·  view source on GitHub ↗

* Changes the protocol version of a given host * @param {Number} value * @internal * @ignore

(value)

Source from the content-addressed store, hash-verified

281 * @ignore
282 */
283 setProtocolVersion(value) {
284 this.pool.protocolVersion = value;
285 }
286
287 /**
288 * Gets the least busy connection from the pool.

Callers 3

_refreshHostsMethod · 0.80
EncoderFunction · 0.80
decreaseVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected