public class RawSlowQuery extends AbstractModel
Constructor and Description |
---|
RawSlowQuery() |
RawSlowQuery(RawSlowQuery source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getClientAddr()
Get The client that executes the slow query statement
|
String |
getDatabaseName()
Get The database queried by the slow query statement
|
Float |
getDuration()
Get The execution time of the slow query statement
|
String |
getRawQuery()
Get Slow query statement
|
String |
getSessionStartTime()
Get The time when the slow query statement starts to execute
|
String |
getUserName()
Get The name of the user who executes the slow query statement
|
void |
setClientAddr(String ClientAddr)
Set The client that executes the slow query statement
|
void |
setDatabaseName(String DatabaseName)
Set The database queried by the slow query statement
|
void |
setDuration(Float Duration)
Set The execution time of the slow query statement
|
void |
setRawQuery(String RawQuery)
Set Slow query statement
|
void |
setSessionStartTime(String SessionStartTime)
Set The time when the slow query statement starts to execute
|
void |
setUserName(String UserName)
Set The name of the user who executes the slow query statement
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RawSlowQuery()
public RawSlowQuery(RawSlowQuery source)
public String getRawQuery()
public void setRawQuery(String RawQuery)
RawQuery
- Slow query statementpublic String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- The database queried by the slow query statementpublic Float getDuration()
public void setDuration(Float Duration)
Duration
- The execution time of the slow query statementpublic String getClientAddr()
public void setClientAddr(String ClientAddr)
ClientAddr
- The client that executes the slow query statementpublic String getUserName()
public void setUserName(String UserName)
UserName
- The name of the user who executes the slow query statementpublic String getSessionStartTime()
public void setSessionStartTime(String SessionStartTime)
SessionStartTime
- The time when the slow query statement starts to executeCopyright © 2023. All rights reserved.