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

Provide measurements for proxy invocations. Proxy invocations can either be sent over the wire or be collocated. More...

defined in <Ice/Metrics.ice>

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

Inheritance diagram for IceMX::InvocationMetrics:
Collaboration diagram for IceMX::InvocationMetrics:

Data Members

MetricsMap collocated
 The collocated invocation metrics map.
MetricsMap remotes
 The remote invocation metrics map.
int retry = 0
 The number of retries for the invocations.
int userException = 0
 The number of invocations that failed with a user exception.
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

Provide measurements for proxy invocations. Proxy invocations can either be sent over the wire or be collocated.

Definition at line 174 of file Metrics.ice.


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