* Gets the token ranges that define data distribution in the ring. * * @returns {Set } The ranges of the ring or empty set if schema metadata is not enabled.
()
| 341 | * @returns {Set<TokenRange>} The ranges of the ring or empty set if schema metadata is not enabled. |
| 342 | */ |
| 343 | getTokenRanges() { |
| 344 | return this.tokenRanges; |
| 345 | } |
| 346 | |
| 347 | /** |
| 348 | * Gets the token ranges that are replicated on the given host, for |
no outgoing calls
no test coverage detected