Class: Innodb::Page::Index::PageHeader
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::Index::PageHeader
- Defined in:
- lib/innodb/page/index.rb
Instance Attribute Summary collapse
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#format ⇒ Object
Returns the value of attribute format.
-
#garbage_offset ⇒ Object
Returns the value of attribute garbage_offset.
-
#garbage_size ⇒ Object
Returns the value of attribute garbage_size.
-
#heap_top ⇒ Object
Returns the value of attribute heap_top.
-
#index_id ⇒ Object
Returns the value of attribute index_id.
-
#last_insert_offset ⇒ Object
Returns the value of attribute last_insert_offset.
-
#level ⇒ Object
Returns the value of attribute level.
-
#max_trx_id ⇒ Object
Returns the value of attribute max_trx_id.
-
#n_dir_slots ⇒ Object
Returns the value of attribute n_dir_slots.
-
#n_direction ⇒ Object
Returns the value of attribute n_direction.
-
#n_heap ⇒ Object
Returns the value of attribute n_heap.
-
#n_heap_format ⇒ Object
Returns the value of attribute n_heap_format.
-
#n_recs ⇒ Object
Returns the value of attribute n_recs.
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def direction @direction end |
#format ⇒ Object
Returns the value of attribute format
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def format @format end |
#garbage_offset ⇒ Object
Returns the value of attribute garbage_offset
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def garbage_offset @garbage_offset end |
#garbage_size ⇒ Object
Returns the value of attribute garbage_size
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def garbage_size @garbage_size end |
#heap_top ⇒ Object
Returns the value of attribute heap_top
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def heap_top @heap_top end |
#index_id ⇒ Object
Returns the value of attribute index_id
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def index_id @index_id end |
#last_insert_offset ⇒ Object
Returns the value of attribute last_insert_offset
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def last_insert_offset @last_insert_offset end |
#level ⇒ Object
Returns the value of attribute level
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def level @level end |
#max_trx_id ⇒ Object
Returns the value of attribute max_trx_id
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def max_trx_id @max_trx_id end |
#n_dir_slots ⇒ Object
Returns the value of attribute n_dir_slots
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def n_dir_slots @n_dir_slots end |
#n_direction ⇒ Object
Returns the value of attribute n_direction
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def n_direction @n_direction end |
#n_heap ⇒ Object
Returns the value of attribute n_heap
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def n_heap @n_heap end |
#n_heap_format ⇒ Object
Returns the value of attribute n_heap_format
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def n_heap_format @n_heap_format end |
#n_recs ⇒ Object
Returns the value of attribute n_recs
92 93 94 |
# File 'lib/innodb/page/index.rb', line 92 def n_recs @n_recs end |