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

Method setCassandraVersion

lib/metadata/index.js:102–105  ·  view source on GitHub ↗

* Sets the cassandra version * @internal * @ignore * @param {Array. } version

(version)

Source from the content-addressed store, hash-verified

100 * @param {Array.<Number>} version
101 */
102 setCassandraVersion(version) {
103 this._schemaParser = schemaParserFactory.getByVersion(
104 this.options, this.controlConnection, this.getUdt.bind(this), version, this._schemaParser);
105 }
106
107 /**
108 * Determines whether the cluster is provided as a service.

Callers 2

_refreshHostsMethod · 0.80
metadata-tests.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected