Class SerializeRemoteQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Table>
com.illumon.iris.db.tables.remotequery.SerializeRemoteQuery
- All Implemented Interfaces:
RemoteQuery<Table>
,Serializable
A simple ContextAwareRemoteQuery that takes a table ID from an RTH, then returns it (without deflating), forcing
serialization of the result.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext, toString
-
Constructor Details
-
SerializeRemoteQuery
public SerializeRemoteQuery(int id)
-
-
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.
-