Package com.illumon.iris.controller
Class RevertHelperSetupQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<PersistentQueryState>
com.illumon.iris.controller.RevertHelperSetupQuery
- All Implemented Interfaces:
RemoteQuery<PersistentQueryState>
,Serializable
public class RevertHelperSetupQuery extends ContextAwareRemoteQuery<PersistentQueryState>
This class is to provide the table required for the IRIS Revert panel functionality. It queries the
PersistentQueryConfigurationLog and returns data for the lookback period.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static String
REVERT_HELPER_QUERY_TABLE_NAME
-
Constructor Summary
Constructors Constructor Description RevertHelperSetupQuery(PersistentQueryConfiguration config, String scriptBody, PersistentQueryDbServerConfig dbServerConfig, ControllerConfigurationType configurationType, ScriptPathLoaderState scriptLoaderState)
-
Method Summary
Modifier and Type Method Description PersistentQueryState
execute(Database db)
Execute a query on a remote host.Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Field Details
-
Constructor Details
-
RevertHelperSetupQuery
public RevertHelperSetupQuery(PersistentQueryConfiguration config, String scriptBody, PersistentQueryDbServerConfig dbServerConfig, ControllerConfigurationType configurationType, ScriptPathLoaderState scriptLoaderState)
-
-
Method Details
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Parameters:
db
- database to use for execution.- Returns:
- result of the query.
-