Rev 1619 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1619 | Rev 1627 | ||
|---|---|---|---|
| Line 42... | Line 42... | ||
| 42 | static Pointer Instance(); |
42 | static Pointer Instance(); |
| 43 | static void Create(); |
43 | static void Create(); |
| 44 | static void Delete(); |
44 | static void Delete(); |
| 45 | 45 | ||
| 46 | void SetRootPath(std::string root_path); |
46 | void SetRootPath(std::string root_path); |
| - | 47 | ||
| - | 48 | void SetStoreFlushPolicy(std::string store_name, Store::FlushPolicy flush_policy); |
|
| - | 49 | void FlushStore(std::string store_name); |
|
| 47 | 50 | ||
| 48 | Store::ParameterList& GetParameters(std::string store_name); |
51 | Store::ParameterList& GetParameters(std::string store_name); |
| 49 | std::string GetParameter(std::string store_name, std::string parameter_name); |
52 | std::string GetParameter(std::string store_name, std::string parameter_name); |
| 50 | void SetParameter(std::string store_name, std::string parameter_name, std::string parameter_value); |
53 | void SetParameter(std::string store_name, std::string parameter_name, std::string parameter_value); |
| 51 | 54 | ||