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

Returns:

  • (Object)

    the current value of buffered



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

def buffered
  @buffered
end

#freeObject

Returns the value of attribute free

Returns:

  • (Object)

    the current value of free



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

def free
  @free
end

#ibufObject

Returns the value of attribute ibuf

Returns:

  • (Object)

    the current value of ibuf



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

def ibuf
  @ibuf
end