Class used by detail::directory_base to verify a key is still registered on a location when migration is enabled (it's possible key has moved while this request was in flight). More...
Protected Member Functions | |
template<typename Functor > | |
migratable_base (Functor &&f, bool b_migration_enabled) | |
bool | requires_retry (Key const &key) const |
Class used by detail::directory_base to verify a key is still registered on a location when migration is enabled (it's possible key has moved while this request was in flight).
Key | Key type of derived directory class. |