MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NdbDictionary::Undofile Class Reference
Inheritance diagram for NdbDictionary::Undofile:
Collaboration diagram for NdbDictionary::Undofile:

Public Member Functions

 Undofile (const Undofile &)
void setPath (const char *path)
const char * getPath () const
void setSize (Uint64)
Uint64 getSize () const
void setLogfileGroup (const char *name)
void setLogfileGroup (const class LogfileGroup &)
const char * getLogfileGroup () const
void getLogfileGroupId (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

Friends

class NdbUndofileImpl

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
}

Detailed Description

Definition at line 1956 of file NdbDictionary.hpp.

Member Function Documentation

int NdbDictionary::Undofile::getObjectId ( ) const
virtual

Get object id

Implements NdbDictionary::Object.

Definition at line 1808 of file NdbDictionary.cpp.

NdbDictionary::Object::Status NdbDictionary::Undofile::getObjectStatus ( ) const
virtual

Get object status

Implements NdbDictionary::Object.

Definition at line 1798 of file NdbDictionary.cpp.

int NdbDictionary::Undofile::getObjectVersion ( ) const
virtual

Get object version

Implements NdbDictionary::Object.

Definition at line 1803 of file NdbDictionary.cpp.


The documentation for this class was generated from the following files: