Jazz 1.25.+
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes
jazz_bebop::DataSpaces Class Reference

DataSpaces: The data space. More...

#include <data_spaces.h>

Inheritance diagram for jazz_bebop::DataSpaces:
jazz_elements::Service

Public Member Functions

 DataSpaces (pBaseAPI api)
 Bop: Start the DataSpaces.
 
virtual StatusCode start ()
 
virtual pChar const id ()
 
- Public Member Functions inherited from jazz_elements::Service
 Service (pLogger a_logger, pConfigFile a_config)
 
virtual StatusCode shut_down ()
 
void log (int loglevel, const char *message)
 
void log_printf (int loglevel, const char *fmt,...)
 
bool get_conf_key (const char *key, int &value)
 
bool get_conf_key (const char *key, double &value)
 
bool get_conf_key (const char *key, std::string &value)
 

Private Attributes

pBaseAPI p_api
 A pointer to the BaseAPI that provides access to containers.
 
Name storage_ent
 The name of the storage entity (Typically an lmdb database with the metadata of all DataSpaces).
 

Additional Inherited Members

- Data Fields inherited from jazz_elements::Service
pLogger p_log
 The logger.
 
pConfigFile p_conf
 The configuration file.
 

Detailed Description

DataSpaces: The data space.

Constructor & Destructor Documentation

◆ DataSpaces()

jazz_bebop::DataSpaces::DataSpaces ( pBaseAPI  api)

Bop: Start the DataSpaces.

Parameters
apiA pointer to a BaseAPI that provides access to containers.

Member Function Documentation

◆ start()

StatusCode jazz_bebop::DataSpaces::start ( )
virtual

Starts the DataSpaces service

Returns
SERVICE_NO_ERROR if successful, an error code otherwise.

Reimplemented from jazz_elements::Service.

◆ id()

pChar const jazz_bebop::DataSpaces::id ( )
virtual

Return object ID.

Returns
A string identifying the object that is especially useful to track uplifts and versions.

Reimplemented from jazz_elements::Service.


The documentation for this class was generated from the following files: