(keyspaceName: string, host: Host)
| 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 |
no outgoing calls
no test coverage detected