|
| void | disableMetricsView (const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Disable a metrics view.
|
| ::std::function< void()> | disableMetricsViewAsync (const ::std::string &name, ::std::function< void()> response, ::std::function< void(::std::exception_ptr)> ex=nullptr, ::std::function< void(bool)> sent=nullptr, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Disable a metrics view.
|
| template<template< typename > class P = ::std::promise> |
| auto | disableMetricsViewAsync (const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext) -> decltype(::std::declval< P< void > >().get_future()) |
| | Disable a metrics view.
|
| void | enableMetricsView (const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Enables a metrics view.
|
| ::std::function< void()> | enableMetricsViewAsync (const ::std::string &name, ::std::function< void()> response, ::std::function< void(::std::exception_ptr)> ex=nullptr, ::std::function< void(bool)> sent=nullptr, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Enables a metrics view.
|
| template<template< typename > class P = ::std::promise> |
| auto | enableMetricsViewAsync (const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext) -> decltype(::std::declval< P< void > >().get_future()) |
| | Enables a metrics view.
|
| MetricsFailuresSeq | getMapMetricsFailures (const ::std::string &view, const ::std::string &map, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Get the metrics failures associated with the given view and map.
|
| ::std::function< void()> | getMapMetricsFailuresAsync (const ::std::string &view, const ::std::string &map, ::std::function< void(::IceMX::MetricsFailuresSeq)> response, ::std::function< void(::std::exception_ptr)> ex=nullptr, ::std::function< void(bool)> sent=nullptr, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Get the metrics failures associated with the given view and map.
|
| template<template< typename > class P = ::std::promise> |
| auto | getMapMetricsFailuresAsync (const ::std::string &view, const ::std::string &map, const ::Ice::Context &context=::Ice::noExplicitContext) -> decltype(::std::declval< P<::IceMX::MetricsFailuresSeq > >().get_future()) |
| | Get the metrics failures associated with the given view and map.
|
| MetricsFailures | getMetricsFailures (const ::std::string &view, const ::std::string &map, const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Get the metrics failure associated for the given metrics.
|
| ::std::function< void()> | getMetricsFailuresAsync (const ::std::string &view, const ::std::string &map, const ::std::string &id, ::std::function< void(::IceMX::MetricsFailures)> response, ::std::function< void(::std::exception_ptr)> ex=nullptr, ::std::function< void(bool)> sent=nullptr, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Get the metrics failure associated for the given metrics.
|
| template<template< typename > class P = ::std::promise> |
| auto | getMetricsFailuresAsync (const ::std::string &view, const ::std::string &map, const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext) -> decltype(::std::declval< P<::IceMX::MetricsFailures > >().get_future()) |
| | Get the metrics failure associated for the given metrics.
|
| MetricsView | getMetricsView (const ::std::string &view, long long int ×tamp, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Get the metrics objects for the given metrics view.
|
| ::std::function< void()> | getMetricsViewAsync (const ::std::string &view, ::std::function< void(::IceMX::MetricsView, long long int)> response, ::std::function< void(::std::exception_ptr)> ex=nullptr, ::std::function< void(bool)> sent=nullptr, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Get the metrics objects for the given metrics view.
|
| template<template< typename > class P = ::std::promise> |
| auto | getMetricsViewAsync (const ::std::string &view, const ::Ice::Context &context=::Ice::noExplicitContext) -> decltype(::std::declval< P< MetricsAdmin::GetMetricsViewResult > >().get_future()) |
| | Get the metrics objects for the given metrics view.
|
| ::Ice::StringSeq | getMetricsViewNames (::Ice::StringSeq &disabledViews, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Get the names of enabled and disabled metrics.
|
| ::std::function< void()> | getMetricsViewNamesAsync (::std::function< void(::Ice::StringSeq, ::Ice::StringSeq)> response, ::std::function< void(::std::exception_ptr)> ex=nullptr, ::std::function< void(bool)> sent=nullptr, const ::Ice::Context &context=::Ice::noExplicitContext) |
| | Get the names of enabled and disabled metrics.
|
| template<template< typename > class P = ::std::promise> |
| auto | getMetricsViewNamesAsync (const ::Ice::Context &context=::Ice::noExplicitContext) -> decltype(::std::declval< P< MetricsAdmin::GetMetricsViewNamesResult > >().get_future()) |
| | Get the names of enabled and disabled metrics.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_adapterId (const ::std::string &id) const |
| | Obtains a proxy that is identical to this proxy, except for the adapter ID.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_batchDatagram () const |
| | Obtains a proxy that is identical to this proxy, but uses batch datagram invocations.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_batchOneway () const |
| | Obtains a proxy that is identical to this proxy, but uses batch oneway invocations.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_collocationOptimized (bool b) const |
| | Obtains a proxy that is identical to this proxy, except for collocation optimization.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_compress (bool b) const |
| | Obtains a proxy that is identical to this proxy, except for its compression setting which overrides the compression setting from the proxy endpoints.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_connectionCached (bool b) const |
| | Obtains a proxy that is identical to this proxy, except for connection caching.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_connectionId (const ::std::string &id) const |
| | Obtains a proxy that is identical to this proxy, except for its connection ID.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_context (const ::Ice::Context &context) const |
| | Obtains a proxy that is identical to this proxy, except for the per-proxy context.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_datagram () const |
| | Obtains a proxy that is identical to this proxy, but uses datagram invocations.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_encodingVersion (const ::Ice::EncodingVersion &version) const |
| | Obtains a proxy that is identical to this proxy, except for the encoding used to marshal parameters.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_endpoints (const ::Ice::EndpointSeq &endpoints) const |
| | Obtains a proxy that is identical to this proxy, except for the endpoints.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_endpointSelection (::Ice::EndpointSelectionType type) const |
| | Obtains a proxy that is identical to this proxy, except for the endpoint selection policy.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_fixed (const ::std::shared_ptr<::Ice::Connection > &connection) const |
| | Obtains a proxy that is identical to this proxy, except it's a fixed proxy bound the given connection.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_invocationTimeout (int timeout) const |
| | Obtains a proxy that is identical to this proxy, except for the invocation timeout.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_locator (const ::std::shared_ptr<::Ice::LocatorPrx > &locator) const |
| | Obtains a proxy that is identical to this proxy, except for the locator.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_locatorCacheTimeout (int timeout) const |
| | Obtains a proxy that is identical to this proxy, except for the locator cache timeout.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_oneway () const |
| | Obtains a proxy that is identical to this proxy, but uses oneway invocations.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_preferSecure (bool b) const |
| | Obtains a proxy that is identical to this proxy, except for its endpoint selection policy.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_router (const ::std::shared_ptr<::Ice::RouterPrx > &router) const |
| | Obtains a proxy that is identical to this proxy, except for the router.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_secure (bool b) const |
| | Obtains a proxy that is identical to this proxy, except for how it selects endpoints.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_timeout (int timeout) const |
| | Obtains a proxy that is identical to this proxy, except for its connection timeout setting which overrides the timeot setting from the proxy endpoints.
|
| ::std::shared_ptr< MetricsAdminPrx > | ice_twoway () const |
| | Obtains a proxy that is identical to this proxy, but uses twoway invocations.
|
The metrics administrative facet interface.
This interface allows remote administrative clients to access metrics of an application that enabled the Ice administrative facility and configured some metrics views.