New listKeys() API to support glob-style key search patterns
[ric-plt/sdl.git] / include / private / asyncstorageimpl.hpp
index 006e22e..bc072d9 100644 (file)
@@ -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