X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fprivate%2Fsyncstorageimpl.hpp;h=f67009d7bdb2f02ff935fc44b069f0c41263a6d7;hb=63869e10ac4d8572238989e1b582c0314da91f9c;hp=b0f5fb534270b1b00d61864a35bbc662ef61641e;hpb=69b0a71f5fe8825fa45ee9502a41fd8b465c44e0;p=ric-plt%2Fsdl.git diff --git a/include/private/syncstorageimpl.hpp b/include/private/syncstorageimpl.hpp index b0f5fb5..f67009d 100644 --- a/include/private/syncstorageimpl.hpp +++ b/include/private/syncstorageimpl.hpp @@ -55,6 +55,8 @@ namespace shareddatalayer virtual Keys findKeys(const Namespace& ns, const std::string& keyPrefix) override; + virtual Keys listKeys(const Namespace& ns, const std::string& pattern) override; + virtual void removeAll(const Namespace& ns) override; virtual void setOperationTimeout(const std::chrono::steady_clock::duration& timeout) override;