Multiple DBAAS Redis Sentinel groups
[ric-plt/sdl.git] / include / private / databaseconfigurationimpl.hpp
index 64b3c21..c499d5a 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+*/
+
 #ifndef SHAREDDATALAYER_DATABASECONFIGURATIONIMPL_HPP_
 #define SHAREDDATALAYER_DATABASECONFIGURATIONIMPL_HPP_
 
@@ -44,6 +49,8 @@ namespace shareddatalayer
 
         boost::optional<HostAndPort> getSentinelAddress() const override;
 
+        boost::optional<HostAndPort> getSentinelAddress(const boost::optional<std::size_t>& addressIndex) const override;
+
         std::string getSentinelMasterName() const override;
 
         bool isEmpty() const override;