Class: Innodb::Inode::Header

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

Instance Attribute Summary collapse

Instance Attribute Details

#frag_arrayObject

Returns the value of attribute frag_array

Returns:

  • (Object)

    the current value of frag_array



9
10
11
# File 'lib/innodb/inode.rb', line 9

def frag_array
  @frag_array
end

#freeObject

Returns the value of attribute free

Returns:

  • (Object)

    the current value of free



9
10
11
# File 'lib/innodb/inode.rb', line 9

def free
  @free
end

#fseg_idObject

Returns the value of attribute fseg_id

Returns:

  • (Object)

    the current value of fseg_id



9
10
11
# File 'lib/innodb/inode.rb', line 9

def fseg_id
  @fseg_id
end

#fullObject

Returns the value of attribute full

Returns:

  • (Object)

    the current value of full



9
10
11
# File 'lib/innodb/inode.rb', line 9

def full
  @full
end

#magic_nObject

Returns the value of attribute magic_n

Returns:

  • (Object)

    the current value of magic_n



9
10
11
# File 'lib/innodb/inode.rb', line 9

def magic_n
  @magic_n
end

#not_fullObject

Returns the value of attribute not_full

Returns:

  • (Object)

    the current value of not_full



9
10
11
# File 'lib/innodb/inode.rb', line 9

def not_full
  @not_full
end

#not_full_n_usedObject

Returns the value of attribute not_full_n_used

Returns:

  • (Object)

    the current value of not_full_n_used



9
10
11
# File 'lib/innodb/inode.rb', line 9

def not_full_n_used
  @not_full_n_used
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



9
10
11
# File 'lib/innodb/inode.rb', line 9

def offset
  @offset
end