mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 18:40:38 +00:00
This patch adds a const version for get_datacenter_endpoints and get_topology. It modified the token iterator to use a const version of token_metadata and it make first_token, first_token_index, tokens_end and ring_range to be a const method. Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>