Package com.illumon.iris.db.util.config
Class CustomAction.FetchQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Inflatable<Map<String,CustomAction>>>
com.illumon.iris.db.util.config.CustomAction.FetchQuery
- All Implemented Interfaces:
RemoteQuery<Inflatable<Map<String,
,CustomAction>>> Serializable
- Enclosing class:
- CustomAction
public static class CustomAction.FetchQuery
extends ContextAwareRemoteQuery<Inflatable<Map<String,CustomAction>>>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExecute a query on a remote host.Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext, toString
-
Constructor Details
-
FetchQuery
-
-
Method Details
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-