Class RemoteTableQuery

All Implemented Interfaces:
RemoteQuery<Inflatable<Table>>, Serializable

public class RemoteTableQuery
extends ContextAwareRemoteQuery<Inflatable<Table>>
Provides a mechanism for adapting remote queries that return tables into remote queries that return proxy-able table handles for remote clients to use.
See Also:
Serialized Form
ApiNote:
All of the getRemoteTableProxy(com.illumon.iris.db.tables.remotequery.QueryProcessorConnection, com.illumon.iris.db.tables.remotequery.RemoteQuery<com.illumon.iris.db.tables.Table>) methods will enclose their inner query execution in an anonymous LivenessScope in order to ensure that only the final result is retained, and that only by the deflatable result.