added missing methods (stubs) required for snitch implementation

Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com>

New in v2:
   - storage_service: add a non-const version of get_token_metadata().
   - get_broadcast_address(): check if net::get_messaging_service().local_is_initialized()
     before calling net::get_local_messaging_service().listen_address().
   - get_broadcast_address(): return an inet_address by value.
   - system_keyspace: introduce db::system_keyspace::endpoint_dc_rack
   - fb_utilities: use listen_address as broadcast_address for now
This commit is contained in:
Vlad Zolotarov
2015-05-10 17:50:51 +03:00
parent 1e32bdf090
commit 73278798a9
5 changed files with 73 additions and 1 deletions

View File

@@ -1072,6 +1072,11 @@ public:
}
}
#endif
void invalidate_cached_rings() {
// TODO:
//ringVersion++;
//cachedTokenMap.set(null);
}
};
}