Class: Innodb::Page::FspHdrXdes::Flags

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

Instance Attribute Summary collapse

Instance Attribute Details

#atomic_blobsObject

Returns the value of attribute atomic_blobs

Returns:

  • (Object)

    the current value of atomic_blobs



23
24
25
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23

def atomic_blobs
  @atomic_blobs
end

#compressedObject

Returns the value of attribute compressed

Returns:

  • (Object)

    the current value of compressed



23
24
25
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23

def compressed
  @compressed
end

#data_directoryObject

Returns the value of attribute data_directory

Returns:

  • (Object)

    the current value of data_directory



23
24
25
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23

def data_directory
  @data_directory
end

#page_sizeObject

Returns the value of attribute page_size

Returns:

  • (Object)

    the current value of page_size



23
24
25
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23

def page_size
  @page_size
end

#post_antelopeObject

Returns the value of attribute post_antelope

Returns:

  • (Object)

    the current value of post_antelope



23
24
25
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23

def post_antelope
  @post_antelope
end

#system_page_sizeObject

Returns the value of attribute system_page_size

Returns:

  • (Object)

    the current value of system_page_size



23
24
25
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23

def system_page_size
  @system_page_size
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



23
24
25
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 23

def value
  @value
end