Interface QueryExecMBean


public interface QueryExecMBean
Details of a single query execution
  • Method Summary

    Modifier and Type
    Method
    Description
    Point in time when query execution started
    long
    Length of elapsed time (in microseconds) for query : -1 for unknown or unfinished
    Query as a string
    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