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 Details

  • Method Details

    • execute

      public Table execute​(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.