Class FetchQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
com.illumon.iris.db.tables.remote.FetchQuery
- All Implemented Interfaces:
RemoteQuery<Object>
,Serializable
public final class FetchQuery extends ContextAwareRemoteQuery<Object>
A
query
that will, in one operation, fetch a table, apply ACLs, and initialize
a viewport for the requested object. The object may be a table, or a widget.- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FetchQuery.FetchType
static class
FetchQuery.ViewportPair
-
Constructor Summary
Constructors Constructor Description FetchQuery(String name)
FetchQuery(String name, FetchQuery.FetchType fetchType)
-
Method Summary
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.
-
toString
-