MySQL NDB 集群 8.1 手册
MySQL NDB 集群 8.0 手册
NDB 集群内部结构手册
本节提供有关 Element
结构的信息。
- 父类
- 描述
Element
结构对列表中的元素进行建模;它用于在List
中存储对象,该对象由Dictionary
方法listObjects()
、listIndexes()
和listEvents()
填充。- 属性
-
一个
Element
具有下表中所示的属性表 2.13
Element
结构属性的名称、类型、初始值和说明属性 类型 初始值 描述 id
unsigned int
0
对象的 ID type
Object::Type
Object::TypeUndefined
对象的类型—有关可能的值,请参见 Object::Type state
Object::State
Object::StateUndefined
对象的状态—有关可能的值,请参见 Object::State store
Object::Store
Object::StoreUndefined
对象的存储方式—有关可能的值,请参见 Object::Store database
char*
0
找到对象的数据库 schema
char*
0
找到对象的模式 name
char*
0
对象的名称