Module: IceMX::SessionMetrics_mixin
Constant Summary collapse
- ICE_TYPE =
T_SessionMetrics
Constants included from Ice::Object_mixin
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 collapse
-
#forwardedClient ⇒ Object
Returns the value of attribute forwardedClient.
-
#forwardedServer ⇒ Object
Returns the value of attribute forwardedServer.
-
#overriddenClient ⇒ Object
Returns the value of attribute overriddenClient.
-
#overriddenServer ⇒ Object
Returns the value of attribute overriddenServer.
-
#queuedClient ⇒ Object
Returns the value of attribute queuedClient.
-
#queuedServer ⇒ Object
Returns the value of attribute queuedServer.
-
#routingTableSize ⇒ Object
Returns the value of attribute routingTableSize.
Attributes included from Metrics_mixin
#current, #failures, #id, #total, #totalLifetime
Attributes included from Ice::Object_mixin
Instance Method Summary collapse
Methods included from Ice::Object_mixin
Instance Attribute Details
#forwardedClient ⇒ Object
Returns the value of attribute forwardedClient.
43 44 45 |
# File 'lib/Glacier2/Metrics.rb', line 43 def forwardedClient @forwardedClient end |
#forwardedServer ⇒ Object
Returns the value of attribute forwardedServer.
43 44 45 |
# File 'lib/Glacier2/Metrics.rb', line 43 def forwardedServer @forwardedServer end |
#overriddenClient ⇒ Object
Returns the value of attribute overriddenClient.
43 44 45 |
# File 'lib/Glacier2/Metrics.rb', line 43 def overriddenClient @overriddenClient end |
#overriddenServer ⇒ Object
Returns the value of attribute overriddenServer.
43 44 45 |
# File 'lib/Glacier2/Metrics.rb', line 43 def overriddenServer @overriddenServer end |
#queuedClient ⇒ Object
Returns the value of attribute queuedClient.
43 44 45 |
# File 'lib/Glacier2/Metrics.rb', line 43 def queuedClient @queuedClient end |
#queuedServer ⇒ Object
Returns the value of attribute queuedServer.
43 44 45 |
# File 'lib/Glacier2/Metrics.rb', line 43 def queuedServer @queuedServer end |
#routingTableSize ⇒ Object
Returns the value of attribute routingTableSize.
43 44 45 |
# File 'lib/Glacier2/Metrics.rb', line 43 def routingTableSize @routingTableSize end |
Instance Method Details
#ice_id(current = nil) ⇒ Object
35 36 37 |
# File 'lib/Glacier2/Metrics.rb', line 35 def ice_id(current=nil) '::IceMX::SessionMetrics' end |
#ice_ids(current = nil) ⇒ Object
31 32 33 |
# File 'lib/Glacier2/Metrics.rb', line 31 def ice_ids(current=nil) ['::Ice::Object', '::IceMX::Metrics', '::IceMX::SessionMetrics'] end |
#inspect ⇒ Object
39 40 41 |
# File 'lib/Glacier2/Metrics.rb', line 39 def inspect ::Ice::__stringify(self, T_SessionMetrics) end |