Provides information on child invocations.
More...
#include <Ice/Ice.h>
|
| | ChildInvocationMetrics ()=default |
| | ChildInvocationMetrics (ChildInvocationMetrics &&)=default |
| | ChildInvocationMetrics (const ::std::string &id, long long int total, int current, long long int totalLifetime, int failures, long long int size, long long int replySize) |
| | One-shot constructor to initialize all data members.
|
| | ChildInvocationMetrics (const ChildInvocationMetrics &)=default |
| std::tuple< const ::std::string &, const long long int &, const int &, const long long int &, const int &, const long long int &, const long long int & > | ice_tuple () const |
| | Obtains a tuple containing all of the value's data members.
|
| ChildInvocationMetrics & | operator= (ChildInvocationMetrics &&)=default |
| ChildInvocationMetrics & | operator= (const ChildInvocationMetrics &)=default |
| virtual | ~ChildInvocationMetrics () |
|
| static const ::std::string & | ice_staticId () |
| | Obtains the Slice type ID of this value.
|
|
| long long int | replySize = 0LL |
| | The size of the invocation reply.
|
| long long int | size = 0LL |
| | The size of the invocation.
|
Provides information on child invocations.
A child invocation is either remote (sent over an Ice connection) or collocated. An invocation can have multiple child invocation if it is retried. Child invocation metrics are embedded within InvocationMetrics.
◆ ~ChildInvocationMetrics()
| virtual IceMX::ChildInvocationMetrics::~ChildInvocationMetrics |
( |
| ) |
|
|
virtual |
◆ ChildInvocationMetrics() [1/4]
| IceMX::ChildInvocationMetrics::ChildInvocationMetrics |
( |
| ) |
|
|
default |
◆ ChildInvocationMetrics() [2/4]
| IceMX::ChildInvocationMetrics::ChildInvocationMetrics |
( |
const ChildInvocationMetrics & | | ) |
|
|
default |
◆ ChildInvocationMetrics() [3/4]
| IceMX::ChildInvocationMetrics::ChildInvocationMetrics |
( |
ChildInvocationMetrics && | | ) |
|
|
default |
◆ ChildInvocationMetrics() [4/4]
| IceMX::ChildInvocationMetrics::ChildInvocationMetrics |
( |
const ::std::string & | id, |
|
|
long long int | total, |
|
|
int | current, |
|
|
long long int | totalLifetime, |
|
|
int | failures, |
|
|
long long int | size, |
|
|
long long int | replySize ) |
|
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. |
| size | The size of the invocation. |
| replySize | The size of the invocation reply. |
◆ ice_staticId()
| const ::std::string & IceMX::ChildInvocationMetrics::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 long long int &, const long long int & > IceMX::ChildInvocationMetrics::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]
◆ replySize
| long long int IceMX::ChildInvocationMetrics::replySize = 0LL |
The size of the invocation reply.
This corresponds to the size of the marshalled output and return parameters.
◆ size
| long long int IceMX::ChildInvocationMetrics::size = 0LL |
The size of the invocation.
This corresponds to the size of the marshalled input parameters.
The documentation for this class was generated from the following file: