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

Method getTokenRangesForHost

lib/metadata/index.d.ts:185–185  ·  view source on GitHub ↗
(keyspaceName: string, host: Host)

Source from the content-addressed store, hash-verified

183 getTokenRanges(): Set<token.TokenRange>;
184
185 getTokenRangesForHost(keyspaceName: string, host: Host): Set<token.TokenRange> | null;
186
187 getTrace(traceId: Uuid, consistency: types.consistencies, callback: ValueCallback<QueryTrace>): void;
188

Callers 4

validateRangesPerHostFunction · 0.65
metadata-tests.jsFile · 0.65
expectRangesFunction · 0.65

Implementers 1

Metadatalib/metadata/index.js

Calls

no outgoing calls

Tested by

no test coverage detected