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

Method isUp

lib/host.js:222–224  ·  view source on GitHub ↗

* Determines if the node is UP now (seen as UP by the driver). * @returns {boolean}

()

Source from the content-addressed store, hash-verified

220 * @returns {boolean}
221 */
222 isUp() {
223 return !this.setDownAt;
224 }
225
226 /**
227 * Determines if the host can be considered as UP.

Callers 4

checkIsUpMethod · 0.95
setDistanceMethod · 0.95
getActiveConnectionMethod · 0.95
_onNewConnectionOpenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected