* Sets the cassandra version * @internal * @ignore * @param {Array. } version
(version)
| 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. |
no outgoing calls
no test coverage detected