Uses of Class
com.continuent.tungsten.common.mysql.MySQLIOs.ExecuteQueryStatus

Packages that use MySQLIOs.ExecuteQueryStatus
com.continuent.tungsten.common.config.cluster   
com.continuent.tungsten.common.mysql   
 

Uses of MySQLIOs.ExecuteQueryStatus in com.continuent.tungsten.common.config.cluster
 

Methods in com.continuent.tungsten.common.config.cluster with parameters of type MySQLIOs.ExecuteQueryStatus
static ResourceState QueryStatusToResourceStateConfiguration.getMappedState(MySQLIOs.ExecuteQueryStatus queryStatus)
          Returns the ResourceState currently mapped to the query status.
 

Uses of MySQLIOs.ExecuteQueryStatus in com.continuent.tungsten.common.mysql
 

Methods in com.continuent.tungsten.common.mysql that return MySQLIOs.ExecuteQueryStatus
static MySQLIOs.ExecuteQueryStatus MySQLIOs.ExecuteQueryStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MySQLIOs.ExecuteQueryStatus[] MySQLIOs.ExecuteQueryStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.continuent.tungsten.common.mysql with parameters of type MySQLIOs.ExecuteQueryStatus
static ResourceState MySQLIOs.getStateFromQueryStatus(MySQLIOs.ExecuteQueryStatus status)
          Returns the ResourceState that maps to the status of the query execution.