Class TableMapClient.TableMapGetMerged

java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Table>
com.illumon.iris.db.v2.TableMapClient.TableMapGetMerged
All Implemented Interfaces:
RemoteQuery<Table>, Serializable
Enclosing class:
TableMapClient

public static class TableMapClient.TableMapGetMerged extends ContextAwareRemoteQuery<Table>
Get a merged table of multiple keys from a TableMap applying approriate ACLs before returning
See Also:
  • Field Details

    • id

      public final int id
  • Constructor Details

    • TableMapGetMerged

      public TableMapGetMerged(int id, Object[] keys)
  • 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.