Package com.illumon.iris.db.v2
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
Get a merged table of multiple keys from a
TableMap
applying approriate ACLs before returning- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Field Details
-
id
public final int id
-
-
Constructor Details
-
TableMapGetMerged
-
-
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.
-