Class: Innodb::IbufBitmap::PageStatus
- Inherits:
-
Struct
- Object
- Struct
- Innodb::IbufBitmap::PageStatus
- Defined in:
- lib/innodb/ibuf_bitmap.rb
Instance Attribute Summary collapse
-
#buffered ⇒ Object
Returns the value of attribute buffered.
-
#free ⇒ Object
Returns the value of attribute free.
-
#ibuf ⇒ Object
Returns the value of attribute ibuf.
Instance Attribute Details
#buffered ⇒ Object
Returns the value of attribute buffered
5 6 7 |
# File 'lib/innodb/ibuf_bitmap.rb', line 5 def buffered @buffered end |
#free ⇒ Object
Returns the value of attribute free
5 6 7 |
# File 'lib/innodb/ibuf_bitmap.rb', line 5 def free @free end |
#ibuf ⇒ Object
Returns the value of attribute ibuf
5 6 7 |
# File 'lib/innodb/ibuf_bitmap.rb', line 5 def ibuf @ibuf end |