MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
NdbDatafileImpl (NdbDictionary::Datafile &) | |
int | assign (const NdbDatafileImpl &) |
Public Member Functions inherited from NdbDictionary::Datafile | |
Datafile (const Datafile &) | |
void | setPath (const char *name) |
const char * | getPath () const |
void | setSize (Uint64) |
Uint64 | getSize () const |
Uint64 | getFree () const |
int | setTablespace (const char *name) |
int | setTablespace (const class Tablespace &) |
const char * | getTablespace () const |
void | getTablespaceId (ObjectId *dst) const |
void | setNode (Uint32 nodeId) |
Uint32 | getNode () const |
Uint32 | getFileNo () const |
virtual Object::Status | getObjectStatus () const |
virtual int | getObjectVersion () const |
virtual int | getObjectId () const |
Public Member Functions inherited from NdbFileImpl | |
NdbFileImpl (NdbDictionary::Object::Type t) | |
Public Member Functions inherited from NdbDictObjectImpl | |
bool | change () |
Static Public Member Functions | |
static NdbDatafileImpl & | getImpl (NdbDictionary::Datafile &t) |
static const NdbDatafileImpl & | getImpl (const NdbDictionary::Datafile &t) |
Public Attributes | |
NdbDictionary::Datafile * | m_facade |
Public Attributes inherited from NdbFileImpl | |
Uint64 | m_size |
Uint64 | m_free |
BaseString | m_path |
BaseString | m_filegroup_name |
Uint32 | m_filegroup_id |
Uint32 | m_filegroup_version |
Public Attributes inherited from NdbDictObjectImpl | |
int | m_id |
Uint32 | m_version |
NdbDictionary::Object::Type | m_type |
NdbDictionary::Object::Status | m_status |
Additional Inherited Members | |
Public Types inherited from NdbDictionary::Object | |
enum | Status { New, Changed, Retrieved, Invalid, Altered } |
enum | Type { TypeUndefined = 0, SystemTable = 1, UserTable = 2, UniqueHashIndex = 3, OrderedIndex = 6, HashIndexTrigger = 7, IndexTrigger = 8, SubscriptionTrigger = 9, ReadOnlyConstraint = 10, TableEvent = 11, Tablespace = 20, LogfileGroup = 21, Datafile = 22, Undofile = 23, ReorgTrigger = 19, HashMap = 24 } |
enum | State { StateUndefined = 0, StateOffline = 1, StateBuilding = 2, StateDropping = 3, StateOnline = 4, StateBackup = 5, StateBroken = 9 } |
enum | Store { StoreUndefined = 0, StoreNotLogged = 1, StorePermanent = 2 } |
enum | FragmentType { FragUndefined = 0, FragSingle = 1, FragAllSmall = 2, FragAllMedium = 3, FragAllLarge = 4, DistrKeyHash = 5, DistrKeyLin = 6, UserDefined = 7, HashMapPartition = 9 } |
Protected Member Functions inherited from NdbDictObjectImpl | |
NdbDictObjectImpl (NdbDictionary::Object::Type type) |
Definition at line 515 of file NdbDictionaryImpl.hpp.