Class: Innodb::Page::Index::PageHeader

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

Instance Attribute Summary collapse

Instance Attribute Details

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def direction
  @direction
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def format
  @format
end

#garbage_offsetObject

Returns the value of attribute garbage_offset

Returns:

  • (Object)

    the current value of garbage_offset



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def garbage_offset
  @garbage_offset
end

#garbage_sizeObject

Returns the value of attribute garbage_size

Returns:

  • (Object)

    the current value of garbage_size



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def garbage_size
  @garbage_size
end

#heap_topObject

Returns the value of attribute heap_top

Returns:

  • (Object)

    the current value of heap_top



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def heap_top
  @heap_top
end

#index_idObject

Returns the value of attribute index_id

Returns:

  • (Object)

    the current value of index_id



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def index_id
  @index_id
end

#last_insert_offsetObject

Returns the value of attribute last_insert_offset

Returns:

  • (Object)

    the current value of last_insert_offset



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def last_insert_offset
  @last_insert_offset
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def level
  @level
end

#max_trx_idObject

Returns the value of attribute max_trx_id

Returns:

  • (Object)

    the current value of max_trx_id



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def max_trx_id
  @max_trx_id
end

#n_dir_slotsObject

Returns the value of attribute n_dir_slots

Returns:

  • (Object)

    the current value of n_dir_slots



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def n_dir_slots
  @n_dir_slots
end

#n_directionObject

Returns the value of attribute n_direction

Returns:

  • (Object)

    the current value of n_direction



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def n_direction
  @n_direction
end

#n_heapObject

Returns the value of attribute n_heap

Returns:

  • (Object)

    the current value of n_heap



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def n_heap
  @n_heap
end

#n_heap_formatObject

Returns the value of attribute n_heap_format

Returns:

  • (Object)

    the current value of n_heap_format



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def n_heap_format
  @n_heap_format
end

#n_recsObject

Returns the value of attribute n_recs

Returns:

  • (Object)

    the current value of n_recs



92
93
94
# File 'lib/innodb/page/index.rb', line 92

def n_recs
  @n_recs
end