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

Method refreshKeyspace

lib/metadata/index.js:212–214  ·  view source on GitHub ↗

* Gets the keyspace metadata information and updates the internal state of the driver. * * If a callback is provided, the callback is invoked when the keyspaces metadata refresh completes. * Otherwise, it returns a Promise . * * @param {String} na

(name, callback)

Source from the content-addressed store, hash-verified

210 * @param {Function} [callback] Optional callback.
211 */
212 refreshKeyspace(name, callback) {
213 return promiseUtils.optionalCallback(this._refreshKeyspace(name), callback);
214 }
215
216 /**
217 * @param {String} name

Callers

nothing calls this directly

Calls 1

_refreshKeyspaceMethod · 0.95

Tested by

no test coverage detected