13 #ifndef DATA_BASE_DRIVER_CONFIG_HPP
14 #define DATA_BASE_DRIVER_CONFIG_HPP
21 #ifdef _USE_VOLDEMORT_DB_
25 #elif _USE_AEROSPIKE_DB_
40 static std::string driverName;
42 std::string _driverName;
48 void setDriverName (
const std::string& driverName) { this->_driverName = driverName; }
51 void setWritePolicy(
const bool write_policy) {this->_writePolicy = write_policy;}
52 void setWriteUnique (
const bool write_unique) { this->_writeUnique = write_unique; }