ClockWork DB CoreAPI 1.0.48
Abstract Time Series and Storage/Management Library
Loading...
Searching...
No Matches
tom::tsdb::connection_info Class Reference

#include <tom-tsdb/session.hpp>

+ Collaboration diagram for tom::tsdb::connection_info:

Public Member Functions

 connection_info (const tom::observation &uri)
 
const tom::Stringget_uri () const
 

Protected Attributes

tom::String m_uri
 

Detailed Description

generic wrapper to handle connection info for backend client/server connection info

Constructor & Destructor Documentation

◆ connection_info()

tom::tsdb::connection_info::connection_info ( const tom::observation uri)
inline

URIs used to for connection_info objects are implementation dependant on the back-end module, but follow the general URI spec, i.e., ice://host:port/ etc See the docs for the back-end in use.

Member Function Documentation

◆ get_uri()

const tom::String & tom::tsdb::connection_info::get_uri ( ) const
inline

get the uri of the connection_info object


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