MetricsAdminI class

Inheritance
Mixed in types

Constructors

MetricsAdminI(Properties properties)

Properties

disabledViews Set<String>
final
hashCode int
The hash code for this object.
no setterinherited
properties Properties
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
views Map<String, MetricsView>
final

Methods

disableMetricsView(String name, [Current? current]) → void
Disable a metrics view.
override
enableMetricsView(String name, [Current? current]) → void
Enables a metrics view.
override
getMapMetricsFailures(String view, String map, [Current? current]) MetricsFailuresSeq
Get the metrics failures associated with the given view and map.
override
getMetricsFailures(String view, String map, String id, [Current? current]) MetricsFailures
Get the metrics failure associated for the given metrics.
override
getMetricsView(String view, [Current? current]) MetricsView
Get the metrics objects for the given metrics view. This returns a dictionnary of metric maps for each metrics class configured with the view. The timestamp allows the client to compute averages which are not dependent of the invocation latency for this operation.
override
getMetricsViewNames([Current? current]) List<StringSeq>
Get the names of enabled and disabled metrics.
override
ice_id([Current? current]) String
inherited
ice_ids([Current? current]) List<String>
inherited
ice_isA(String s, [Current? current]) bool
inherited
ice_ping([Current? current]) → void
inherited
iceD_ice_id(Incoming incoming, Current current) bool
inherited
iceD_ice_ids(Incoming incoming, Current current) bool
inherited
iceD_ice_isA(Incoming incoming, Current current) bool
inherited
iceD_ice_ping(Incoming incoming, Current current) bool
inherited
iceDispatch(Incoming incoming, Current current) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited