Class: Innodb::Log::Checkpoint

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

Instance Attribute Summary collapse

Instance Attribute Details

#archived_lsnObject

Returns the value of attribute archived_lsn

Returns:

  • (Object)

    the current value of archived_lsn



14
15
16
# File 'lib/innodb/log.rb', line 14

def archived_lsn
  @archived_lsn
end

#buffer_sizeObject

Returns the value of attribute buffer_size

Returns:

  • (Object)

    the current value of buffer_size



14
15
16
# File 'lib/innodb/log.rb', line 14

def buffer_size
  @buffer_size
end

#checksum_1Object

Returns the value of attribute checksum_1

Returns:

  • (Object)

    the current value of checksum_1



14
15
16
# File 'lib/innodb/log.rb', line 14

def checksum_1
  @checksum_1
end

#checksum_2Object

Returns the value of attribute checksum_2

Returns:

  • (Object)

    the current value of checksum_2



14
15
16
# File 'lib/innodb/log.rb', line 14

def checksum_2
  @checksum_2
end

#fsp_free_limitObject

Returns the value of attribute fsp_free_limit

Returns:

  • (Object)

    the current value of fsp_free_limit



14
15
16
# File 'lib/innodb/log.rb', line 14

def fsp_free_limit
  @fsp_free_limit
end

#fsp_magicObject

Returns the value of attribute fsp_magic

Returns:

  • (Object)

    the current value of fsp_magic



14
15
16
# File 'lib/innodb/log.rb', line 14

def fsp_magic
  @fsp_magic
end

#group_arrayObject

Returns the value of attribute group_array

Returns:

  • (Object)

    the current value of group_array



14
15
16
# File 'lib/innodb/log.rb', line 14

def group_array
  @group_array
end

#lsnObject

Returns the value of attribute lsn

Returns:

  • (Object)

    the current value of lsn



14
15
16
# File 'lib/innodb/log.rb', line 14

def lsn
  @lsn
end

#lsn_offsetObject

Returns the value of attribute lsn_offset

Returns:

  • (Object)

    the current value of lsn_offset



14
15
16
# File 'lib/innodb/log.rb', line 14

def lsn_offset
  @lsn_offset
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



14
15
16
# File 'lib/innodb/log.rb', line 14

def number
  @number
end