public interface QueryExecMBean
Details of a single query execution
-
Method Summary
Modifier and TypeMethodDescriptionPoint in time when query execution startedlong
Length of elapsed time (in microseconds) for query : -1 for unknown or unfinishedQuery as a stringgetState()
State - what's it doing
-
Method Details
-
getState
String getState()State - what's it doing -
getQueryString
String getQueryString()Query as a string -
getQueryExecAt
String getQueryExecAt()Point in time when query execution started -
getQueryExecTime
long getQueryExecTime()Length of elapsed time (in microseconds) for query : -1 for unknown or unfinished
-