Provides information on servant dispatch.
More...
#include <Ice/Ice.h>
|
| | DispatchMetrics ()=default |
| | DispatchMetrics (const ::std::string &id, long long int total, int current, long long int totalLifetime, int failures, int userException, long long int size, long long int replySize) |
| | One-shot constructor to initialize all data members.
|
| | DispatchMetrics (const DispatchMetrics &)=default |
| | DispatchMetrics (DispatchMetrics &&)=default |
| std::tuple< const ::std::string &, const long long int &, const int &, const long long int &, const 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.
|
| DispatchMetrics & | operator= (const DispatchMetrics &)=default |
| DispatchMetrics & | operator= (DispatchMetrics &&)=default |
| virtual | ~DispatchMetrics () |
|
| static const ::std::string & | ice_staticId () |
| | Obtains the Slice type ID of this value.
|
|
| long long int | replySize = 0LL |
| | The size of the dispatch reply.
|
| long long int | size = 0LL |
| | The size of the dispatch.
|
| int | userException = 0 |
| | The number of dispatch that failed with a user exception.
|
Provides information on servant dispatch.
◆ ~DispatchMetrics()
| virtual IceMX::DispatchMetrics::~DispatchMetrics |
( |
| ) |
|
|
virtual |
◆ DispatchMetrics() [1/4]
| IceMX::DispatchMetrics::DispatchMetrics |
( |
| ) |
|
|
default |
◆ DispatchMetrics() [2/4]
| IceMX::DispatchMetrics::DispatchMetrics |
( |
const DispatchMetrics & | | ) |
|
|
default |
◆ DispatchMetrics() [3/4]
| IceMX::DispatchMetrics::DispatchMetrics |
( |
DispatchMetrics && | | ) |
|
|
default |
◆ DispatchMetrics() [4/4]
| IceMX::DispatchMetrics::DispatchMetrics |
( |
const ::std::string & | id, |
|
|
long long int | total, |
|
|
int | current, |
|
|
long long int | totalLifetime, |
|
|
int | failures, |
|
|
int | userException, |
|
|
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. |
| userException | The number of dispatch that failed with a user exception. |
| size | The size of the dispatch. |
| replySize | The size of the dispatch reply. |
◆ ice_staticId()
| const ::std::string & IceMX::DispatchMetrics::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 int &, const long long int &, const long long int & > IceMX::DispatchMetrics::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::DispatchMetrics::replySize = 0LL |
The size of the dispatch reply.
This corresponds to the size of the marshalled output and return parameters.
◆ size
| long long int IceMX::DispatchMetrics::size = 0LL |
The size of the dispatch.
This corresponds to the size of the marshalled input parameters.
◆ userException
| int IceMX::DispatchMetrics::userException = 0 |
The number of dispatch that failed with a user exception.
The documentation for this class was generated from the following file: