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:RemoteQuery
Execute a query on a remote host.- Specified by:
execute
in interfaceRemoteQuery<String>
- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-