42 static bool Put(std::string_view key, std::string_view
value);
48 static bool Delete(std::string_view key);
57 static std::optional<std::string>
Get(std::string_view key);
static bool Delete(std::string_view key)
Delete a key.
Lightweight key-value database to store system-wide parameters. We prefer keys like "apollo:data:comm...
Definition: kv_db.h:36
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
static bool Put(std::string_view key, std::string_view value)
Store {key, value} to DB.
static std::optional< std::string > Get(std::string_view key)
Get value of a key.
apollo::cyber::base::std value