Package com.illumon.iris.console.events
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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ThreadDumpQueryString() -
Method Summary
-
Constructor Details
-
ThreadDumpQueryString
public ThreadDumpQueryString()
-
-
Method Details
-
execute
Description copied from interface:RemoteQueryExecute a query on a remote host.- Specified by:
executein interfaceRemoteQuery<String>- Parameters:
database- database to use for execution.- Returns:
- result of the query.
-