Class: Innodb::LogBlock::Header

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

Instance Attribute Summary collapse

Instance Attribute Details

#block_numberObject

Returns the value of attribute block_number

Returns:

  • (Object)

    the current value of block_number



10
11
12
# File 'lib/innodb/log_block.rb', line 10

def block_number
  @block_number
end

#checkpoint_noObject

Returns the value of attribute checkpoint_no

Returns:

  • (Object)

    the current value of checkpoint_no



10
11
12
# File 'lib/innodb/log_block.rb', line 10

def checkpoint_no
  @checkpoint_no
end

#data_lengthObject

Returns the value of attribute data_length

Returns:

  • (Object)

    the current value of data_length



10
11
12
# File 'lib/innodb/log_block.rb', line 10

def data_length
  @data_length
end

#first_rec_groupObject

Returns the value of attribute first_rec_group

Returns:

  • (Object)

    the current value of first_rec_group



10
11
12
# File 'lib/innodb/log_block.rb', line 10

def first_rec_group
  @first_rec_group
end

#flushObject

Returns the value of attribute flush

Returns:

  • (Object)

    the current value of flush



10
11
12
# File 'lib/innodb/log_block.rb', line 10

def flush
  @flush
end