Class: IceMX::CollocatedMetrics
- Inherits:
-
ChildInvocationMetrics
- Object
- Ice::Value
- Metrics
- ChildInvocationMetrics
- IceMX::CollocatedMetrics
- Defined in:
- lib/Ice/Metrics.rb
Instance Attribute Summary
Attributes inherited from ChildInvocationMetrics
Attributes inherited from Metrics
#current, #failures, #id, #total, #totalLifetime
Attributes inherited from Ice::Value
Instance Method Summary collapse
-
#initialize(id = '', total = 0, current = 0, totalLifetime = 0, failures = 0, size = 0, replySize = 0) ⇒ CollocatedMetrics
constructor
A new instance of CollocatedMetrics.
Methods inherited from Ice::Value
#ice_getSlicedData, #ice_id, ice_staticId, #inspect
Constructor Details
#initialize(id = '', total = 0, current = 0, totalLifetime = 0, failures = 0, size = 0, replySize = 0) ⇒ CollocatedMetrics
Returns a new instance of CollocatedMetrics.
254 255 256 |
# File 'lib/Ice/Metrics.rb', line 254 def initialize(id='', total=0, current=0, totalLifetime=0, failures=0, size=0, replySize=0) super(id, total, current, totalLifetime, failures, size, replySize) end |