X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fprivate%2Fasyncstorageimpl.hpp;h=bc072d9ad29d4d47c56713e592228841ea28615d;hb=refs%2Fchanges%2F46%2F7946%2F2;hp=59998330bff57bf2ba4543537f30a642e71ab300;hpb=ece67088ea6c4f67b9d0db74477a9d5c614d7763;p=ric-plt%2Fsdl.git diff --git a/include/private/asyncstorageimpl.hpp b/include/private/asyncstorageimpl.hpp index 5999833..bc072d9 100644 --- a/include/private/asyncstorageimpl.hpp +++ b/include/private/asyncstorageimpl.hpp @@ -85,6 +85,8 @@ namespace shareddatalayer void findKeysAsync(const Namespace& ns, const std::string& keyPrefix, const FindKeysAck& findKeysAck) override; + void listKeys(const Namespace& ns, const std::string& pattern, const FindKeysAck& findKeysAck) override; + void removeAllAsync(const Namespace& ns, const ModifyAck& modifyAck) override; //public for UT @@ -103,6 +105,7 @@ namespace shareddatalayer AsyncStorage& getDummyHandler(); void setAsyncRedisStorageHandlers(const std::string& ns); + void setAsyncRedisStorageHandlersForCluster(const std::string& ns); AsyncStorage& getAsyncRedisStorageHandler(const std::string& ns); }; }