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
public class SerializeRemoteQuery extends ContextAwareRemoteQuery<Table>
A simple ContextAwareRemoteQuery that takes a table ID from an RTH, then returns it (without deflating), forcing
serialization of the result.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SerializeRemoteQuery(int id)
-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
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.
-