Ice 3.6 Slice API Reference
|
Provides information on IceStorm topics. More...
Defined in <IceStorm/Metrics.ice>
class TopicMetrics extends IceMX::Metrics { ... }
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... | |
![]() | |
int | current = 0 |
The current number of objects 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 that were observed by this metrics. More... | |
long | totalLifetime = 0 |
The sum of the lifetime of each observed objects. More... | |
Provides information on IceStorm topics.
long forwarded = 0 |
Number of events forwarded on the topic by IceStorm topic links.
long published = 0 |
Number of events published on the topic by publishers.