Provides information on IceStorm topics.
More...
#include <IceStorm/IceStorm.h>
|
| std::tuple< const ::std::string &, const long long int &, const int &, const long long int &, const int &, const long long int &, const long long int & > | ice_tuple () const |
| | Obtains a tuple containing all of the value's data members.
|
| TopicMetrics & | operator= (const TopicMetrics &)=default |
| TopicMetrics & | operator= (TopicMetrics &&)=default |
| | TopicMetrics ()=default |
| | TopicMetrics (const ::std::string &id, long long int total, int current, long long int totalLifetime, int failures, long long int published, long long int forwarded) |
| | One-shot constructor to initialize all data members.
|
| | TopicMetrics (const TopicMetrics &)=default |
| | TopicMetrics (TopicMetrics &&)=default |
| virtual | ~TopicMetrics () |
|
| static const ::std::string & | ice_staticId () |
| | Obtains the Slice type ID of this value.
|
|
| long long int | forwarded = 0LL |
| | Number of events forwarded on the topic by IceStorm topic links.
|
| long long int | published = 0LL |
| | Number of events published on the topic by publishers.
|
Provides information on IceStorm topics.
◆ ~TopicMetrics()
| virtual IceMX::TopicMetrics::~TopicMetrics |
( |
| ) |
|
|
virtual |
◆ TopicMetrics() [1/4]
| IceMX::TopicMetrics::TopicMetrics |
( |
| ) |
|
|
default |
◆ TopicMetrics() [2/4]
| IceMX::TopicMetrics::TopicMetrics |
( |
const TopicMetrics & | | ) |
|
|
default |
◆ TopicMetrics() [3/4]
| IceMX::TopicMetrics::TopicMetrics |
( |
TopicMetrics && | | ) |
|
|
default |
◆ TopicMetrics() [4/4]
| IceMX::TopicMetrics::TopicMetrics |
( |
const ::std::string & | id, |
|
|
long long int | total, |
|
|
int | current, |
|
|
long long int | totalLifetime, |
|
|
int | failures, |
|
|
long long int | published, |
|
|
long long int | forwarded ) |
|
inline |
One-shot constructor to initialize all data members.
- Parameters
-
| id | The metrics identifier. |
| total | The total number of objects observed by this metrics. |
| current | The number of objects currently observed by this metrics. |
| totalLifetime | The sum of the lifetime of each observed objects. |
| failures | The number of failures observed. |
| published | Number of events published on the topic by publishers. |
| forwarded | Number of events forwarded on the topic by IceStorm topic links. |
◆ ice_staticId()
| const ::std::string & IceMX::TopicMetrics::ice_staticId |
( |
| ) |
|
|
static |
Obtains the Slice type ID of this value.
- Returns
- The fully-scoped type ID.
◆ ice_tuple()
| std::tuple< const ::std::string &, const long long int &, const int &, const long long int &, const int &, const long long int &, const long long int & > IceMX::TopicMetrics::ice_tuple |
( |
| ) |
const |
|
inline |
Obtains a tuple containing all of the value's data members.
- Returns
- The data members in a tuple.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ forwarded
| long long int IceMX::TopicMetrics::forwarded = 0LL |
Number of events forwarded on the topic by IceStorm topic links.
◆ published
| long long int IceMX::TopicMetrics::published = 0LL |
Number of events published on the topic by publishers.
The documentation for this class was generated from the following file:
- generated/cpp11/x64/Release/IceStorm/Metrics.h