Ice 3.7 Slice API Reference
Data Members | List of all members
IceMX::TopicMetrics Class Reference

Provides information on IceStorm topics. More...

defined in <IceStorm/Metrics.ice>

class TopicMetrics extends IceMX::Metrics { ... }

Inheritance diagram for IceMX::TopicMetrics:
Inheritance graph
[legend]
Collaboration diagram for IceMX::TopicMetrics:
Collaboration graph
[legend]

Data Members

long forwarded = 0
 Number of events forwarded on the topic by IceStorm topic links. More...
 
long published = 0
 Number of events published on the topic by publishers. More...
 
- Data Members inherited from IceMX::Metrics
int current = 0
 The number of objects currently observed by this metrics. More...
 
int failures = 0
 The number of failures observed. More...
 
string id
 The metrics identifier. More...
 
long total = 0
 The total number of objects observed by this metrics. More...
 
long totalLifetime = 0
 The sum of the lifetime of each observed objects. More...
 

Detailed Description

Provides information on IceStorm topics.

Data Member Documentation

◆ forwarded

long forwarded = 0

Number of events forwarded on the topic by IceStorm topic links.

◆ published

long published = 0

Number of events published on the topic by publishers.


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