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

Public Member Functions

 NDBT_Context (Ndb_cluster_connection &)
const NdbDictionary::TablegetTab ()
const NdbDictionary::Table ** getTables ()
int getNumTables () const
const char * getTableName (int) const
NDBT_TestSuitegetSuite ()
NDBT_TestCasegetCase ()
int getNumRecords () const
int getNumLoops () const
Uint32 getProperty (const char *, Uint32=0)
const char * getProperty (const char *, const char *)
void setProperty (const char *, Uint32)
void setProperty (const char *, const char *)
void broadcast ()
void wait ()
void wait_timeout (int msec)
bool getPropertyWait (const char *, Uint32)
const char * getPropertyWait (const char *, const char *)
void decProperty (const char *)
void incProperty (const char *)
Uint32 casProperty (const char *, Uint32 oldValue, Uint32 newValue)
void stopTest ()
bool isTestStopped ()
Uint32 getDbProperty (const char *)
bool setDbProperty (const char *, Uint32)
void setTab (const NdbDictionary::Table *)
void addTab (const NdbDictionary::Table *)
int getNoOfRunningSteps () const
int getNoOfCompletedSteps () const
void sync_down (const char *key)
void sync_up_and_wait (const char *key, Uint32 count=0)

Public Attributes

Ndb_cluster_connectionm_cluster_connection

Friends

class NDBT_Step
class NDBT_TestSuite
class NDBT_TestCase
class NDBT_TestCaseImpl1

Detailed Description

Definition at line 40 of file NDBT_Test.hpp.

Member Function Documentation

int NDBT_Context::getNoOfRunningSteps ( ) const

Get no of steps running/completed

Definition at line 78 of file NDBT_Test.cpp.

void NDBT_Context::sync_down ( const char *  key)

Thread sync

Definition at line 1619 of file NDBT_Test.cpp.


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