Class: Pgbus::Client::ResizablePool::SwapStats
- Inherits:
-
Data
- Object
- Data
- Pgbus::Client::ResizablePool::SwapStats
- Defined in:
- lib/pgbus/client/resizable_pool.rb
Instance Attribute Summary collapse
-
#last_conns_closed ⇒ Object
readonly
Returns the value of attribute last_conns_closed.
-
#last_drain_seconds ⇒ Object
readonly
Returns the value of attribute last_drain_seconds.
-
#last_drained ⇒ Object
readonly
Returns the value of attribute last_drained.
-
#last_from_size ⇒ Object
readonly
Returns the value of attribute last_from_size.
-
#last_to_size ⇒ Object
readonly
Returns the value of attribute last_to_size.
-
#swap_count ⇒ Object
readonly
Returns the value of attribute swap_count.
Instance Attribute Details
#last_conns_closed ⇒ Object (readonly)
Returns the value of attribute last_conns_closed
36 37 38 |
# File 'lib/pgbus/client/resizable_pool.rb', line 36 def last_conns_closed @last_conns_closed end |
#last_drain_seconds ⇒ Object (readonly)
Returns the value of attribute last_drain_seconds
36 37 38 |
# File 'lib/pgbus/client/resizable_pool.rb', line 36 def last_drain_seconds @last_drain_seconds end |
#last_drained ⇒ Object (readonly)
Returns the value of attribute last_drained
36 37 38 |
# File 'lib/pgbus/client/resizable_pool.rb', line 36 def last_drained @last_drained end |
#last_from_size ⇒ Object (readonly)
Returns the value of attribute last_from_size
36 37 38 |
# File 'lib/pgbus/client/resizable_pool.rb', line 36 def last_from_size @last_from_size end |
#last_to_size ⇒ Object (readonly)
Returns the value of attribute last_to_size
36 37 38 |
# File 'lib/pgbus/client/resizable_pool.rb', line 36 def last_to_size @last_to_size end |
#swap_count ⇒ Object (readonly)
Returns the value of attribute swap_count
36 37 38 |
# File 'lib/pgbus/client/resizable_pool.rb', line 36 def swap_count @swap_count end |