Class: IceMX::InvocationMetrics

Inherits:
Metrics
  • Object
show all
Includes:
InvocationMetrics_mixin
Defined in:
lib/Ice/Metrics.rb

Constant Summary

Constants included from InvocationMetrics_mixin

IceMX::InvocationMetrics_mixin::ICE_TYPE

Constants included from Metrics_mixin

Metrics_mixin::ICE_TYPE

Constants included from Ice::Object_mixin

Ice::Object_mixin::ICE_TYPE, Ice::Object_mixin::OP_ice_id, Ice::Object_mixin::OP_ice_ids, Ice::Object_mixin::OP_ice_isA, Ice::Object_mixin::OP_ice_ping

Instance Attribute Summary

Attributes included from InvocationMetrics_mixin

#_retry, #collocated, #remotes, #userException

Attributes included from Metrics_mixin

#current, #failures, #id, #total, #totalLifetime

Attributes included from Ice::Object_mixin

#_ice_slicedData

Class Method Summary collapse

Instance Method Summary collapse

Methods included from InvocationMetrics_mixin

#ice_id, #ice_ids, #inspect

Methods included from Metrics_mixin

#ice_id, #ice_ids, #inspect

Methods included from Ice::Object_mixin

#ice_isA, #ice_ping

Constructor Details

#initialize(id = '', total = 0, current = 0, totalLifetime = 0, failures = 0, _retry = 0, userException = 0, remotes = nil, collocated = nil) ⇒ InvocationMetrics

Returns a new instance of InvocationMetrics.



591
592
593
594
595
596
597
# File 'lib/Ice/Metrics.rb', line 591

def initialize(id='', total=0, current=0, totalLifetime=0, failures=0, _retry=0, userException=0, remotes=nil, collocated=nil)
    super(id, total, current, totalLifetime, failures)
    @_retry = _retry
    @userException = userException
    @remotes = remotes
    @collocated = collocated
end

Class Method Details

.ice_staticIdObject



587
588
589
# File 'lib/Ice/Metrics.rb', line 587

def InvocationMetrics.ice_staticId()
    '::IceMX::InvocationMetrics'
end