![]() |
MySQL 26.7.0
Source Code Documentation
|
Stores information about a single system tablespace node parsed out from the param string. More...
#include <fsp0sysspace.h>
Public Member Functions | |
| SysTablespace_node_config (const std::string &name, page_no_t size, size_t order, node_device_type_t device_type) | |
| Constructor with all information that could be parsed out of the param string. More... | |
| node_device_type_t | device_type () const |
Public Member Functions inherited from ib::fsp::Tablespace_node | |
| Tablespace_node (const std::string &name, page_no_t expected_size_in_pages, size_t order) | |
| page_no_t | expected_size_in_pages () const |
| const std::string & | name () const |
| size_t | order () const |
Private Attributes | |
| const node_device_type_t | m_device_type |
| Type of the node's device. More... | |
Stores information about a single system tablespace node parsed out from the param string.
It represents a "const" config part of the node.
|
inline |
Constructor with all information that could be parsed out of the param string.
|
inline |
|
private |
Type of the node's device.