Class ThreadDumpQueryString

java.lang.Object
com.illumon.iris.console.events.ThreadDumpQueryString
All Implemented Interfaces:
RemoteQuery<String>, Serializable

public class ThreadDumpQueryString extends Object implements RemoteQuery<String>
See Also:
  • Constructor Details

    • ThreadDumpQueryString

      public ThreadDumpQueryString()
  • Method Details

    • execute

      public String execute(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Specified by:
      execute in interface RemoteQuery<String>
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.