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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FetchQuery(RemoteTableHandle.Descriptor tableDescriptor)
-
Method Summary
Modifier and Type Method Description Inflatable<Map<String,CustomAction>>
execute(Database database)
Execute a query on a remote host.Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
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.
-