|
| Client (const std::string &install_dir, const std::string &config_file, uint32_t default_timeout_ms=0) |
| Constructs the object using the specified config file. More...
|
|
| Client (const std::string &install_dir=String(), uint32_t default_timeout_ms=0) |
| Constructs the object using the default config file. More...
|
|
| ~Client () |
|
void | create_namespace (const std::string &name, Namespace *base=NULL, bool create_intermediate=false, bool if_not_exists=false) |
| Creates a namespace. More...
|
|
NamespacePtr | open_namespace (const std::string &name, Namespace *base=NULL) |
| Opens a Namespace. More...
|
|
bool | exists_namespace (const std::string &name, Namespace *base=NULL) |
| Checks if the namespace exists. More...
|
|
void | drop_namespace (const std::string &name, Namespace *base=NULL, bool if_exists=false) |
| Removes a namespace. More...
|
|
Hyperspace::SessionPtr & | get_hyperspace_session () |
|
Lib::Master::ClientPtr | get_master_client () |
|
NameIdMapperPtr | get_nameid_mapper () |
|
void | close () |
|
void | shutdown () |
|
HqlInterpreter * | create_hql_interpreter (bool immutable_namespace=true) |
|
Definition at line 54 of file Client.h.