Provides information on IceStorm subscribers.
More...
#include <IceStorm/IceStorm.h>
|
| std::tuple< const ::std::string &, const long long int &, const int &, const long long int &, const int &, const int &, const int &, const long long int & > | ice_tuple () const |
| | Obtains a tuple containing all of the value's data members.
|
| SubscriberMetrics & | operator= (const SubscriberMetrics &)=default |
| SubscriberMetrics & | operator= (SubscriberMetrics &&)=default |
| | SubscriberMetrics ()=default |
| | SubscriberMetrics (const ::std::string &id, long long int total, int current, long long int totalLifetime, int failures, int queued, int outstanding, long long int delivered) |
| | One-shot constructor to initialize all data members.
|
| | SubscriberMetrics (const SubscriberMetrics &)=default |
| | SubscriberMetrics (SubscriberMetrics &&)=default |
| virtual | ~SubscriberMetrics () |
|
| static const ::std::string & | ice_staticId () |
| | Obtains the Slice type ID of this value.
|
|
| long long int | delivered = 0LL |
| | Number of forwarded events.
|
| int | outstanding = 0 |
| | Number of outstanding events.
|
| int | queued = 0 |
| | Number of queued events.
|
Provides information on IceStorm subscribers.
◆ ~SubscriberMetrics()
| virtual IceMX::SubscriberMetrics::~SubscriberMetrics |
( |
| ) |
|
|
virtual |
◆ SubscriberMetrics() [1/4]
| IceMX::SubscriberMetrics::SubscriberMetrics |
( |
| ) |
|
|
default |
◆ SubscriberMetrics() [2/4]
| IceMX::SubscriberMetrics::SubscriberMetrics |
( |
const SubscriberMetrics & | | ) |
|
|
default |
◆ SubscriberMetrics() [3/4]
| IceMX::SubscriberMetrics::SubscriberMetrics |
( |
SubscriberMetrics && | | ) |
|
|
default |
◆ SubscriberMetrics() [4/4]
| IceMX::SubscriberMetrics::SubscriberMetrics |
( |
const ::std::string & | id, |
|
|
long long int | total, |
|
|
int | current, |
|
|
long long int | totalLifetime, |
|
|
int | failures, |
|
|
int | queued, |
|
|
int | outstanding, |
|
|
long long int | delivered ) |
|
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. |
| queued | Number of queued events. |
| outstanding | Number of outstanding events. |
| delivered | Number of forwarded events. |
◆ ice_staticId()
| const ::std::string & IceMX::SubscriberMetrics::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 int &, const int &, const long long int & > IceMX::SubscriberMetrics::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]
◆ delivered
| long long int IceMX::SubscriberMetrics::delivered = 0LL |
Number of forwarded events.
◆ outstanding
| int IceMX::SubscriberMetrics::outstanding = 0 |
Number of outstanding events.
◆ queued
| int IceMX::SubscriberMetrics::queued = 0 |
The documentation for this class was generated from the following file:
- generated/cpp11/x64/Release/IceStorm/Metrics.h