Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
IceMX::SubscriberMetrics Class Reference

Provides information about IceStorm subscribers. More...

defined in <IceStorm/Metrics.ice>

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

Inheritance diagram for IceMX::SubscriberMetrics:
Collaboration diagram for IceMX::SubscriberMetrics:

Data Members

long delivered = 0
 The number of forwarded events.
int outstanding = 0
 The number of outstanding events.
int queued = 0
 The number of queued events.
Data Members inherited from IceMX::Metrics
int current = 0
 The number of objects currently observed by this metrics.
int failures = 0
 The number of failures observed.
string id
 The metrics identifier.
long total = 0
 The total number of objects observed by this metrics.
long totalLifetime = 0
 The sum of the lifetime of each observed objects.

Detailed Description

Provides information about IceStorm subscribers.

Definition at line 30 of file Metrics.ice.


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