Class: Innodb::IbufBitmap::PageStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/innodb/ibuf_bitmap.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bufferedObject

Returns the value of attribute buffered



5
6
7
# File 'lib/innodb/ibuf_bitmap.rb', line 5

def buffered
  @buffered
end

#freeObject

Returns the value of attribute free



5
6
7
# File 'lib/innodb/ibuf_bitmap.rb', line 5

def free
  @free
end

#ibufObject

Returns the value of attribute ibuf



5
6
7
# File 'lib/innodb/ibuf_bitmap.rb', line 5

def ibuf
  @ibuf
end