Package com.illumon.iris.db.v2
Class TableMapClient.TableMapGet
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Table>
com.illumon.iris.db.v2.TableMapClient.TableMapGet
- All Implemented Interfaces:
RemoteQuery<Table>
,Serializable
- Enclosing class:
- TableMapClient
Get a table from a
TableMap
applying approriate ACLs before returning- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTableMapGet
(int id, Object key) TableMapGet
(int id, Object key, Function<Table, Table> transform) -
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext, toString
-
Field Details
-
id
public final int id
-
-
Constructor Details
-
TableMapGet
-
TableMapGet
-
-
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.
-