Class: Innodb::Page::FspHdrXdes::Header

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

Instance Attribute Summary collapse

Instance Attribute Details

#first_unused_segObject

Returns the value of attribute first_unused_seg

Returns:

  • (Object)

    the current value of first_unused_seg



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def first_unused_seg
  @first_unused_seg
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def flags
  @flags
end

#frag_n_usedObject

Returns the value of attribute frag_n_used

Returns:

  • (Object)

    the current value of frag_n_used



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def frag_n_used
  @frag_n_used
end

#freeObject

Returns the value of attribute free

Returns:

  • (Object)

    the current value of free



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def free
  @free
end

#free_fragObject

Returns the value of attribute free_frag

Returns:

  • (Object)

    the current value of free_frag



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def free_frag
  @free_frag
end

#free_inodesObject

Returns the value of attribute free_inodes

Returns:

  • (Object)

    the current value of free_inodes



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def free_inodes
  @free_inodes
end

#free_limitObject

Returns the value of attribute free_limit

Returns:

  • (Object)

    the current value of free_limit



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def free_limit
  @free_limit
end

#full_fragObject

Returns the value of attribute full_frag

Returns:

  • (Object)

    the current value of full_frag



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def full_frag
  @full_frag
end

#full_inodesObject

Returns the value of attribute full_inodes

Returns:

  • (Object)

    the current value of full_inodes



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def full_inodes
  @full_inodes
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def size
  @size
end

#space_idObject

Returns the value of attribute space_id

Returns:

  • (Object)

    the current value of space_id



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def space_id
  @space_id
end

#unusedObject

Returns the value of attribute unused

Returns:

  • (Object)

    the current value of unused



34
35
36
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34

def unused
  @unused
end