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
public static class TableMapClient.TableMapGet extends ContextAwareRemoteQuery<Table>
Get a table from a
TableMap
applying approriate ACLs before returning- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description int
id
-
Constructor Summary
Constructors Constructor Description TableMapGet(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
-
Field Details
-
id
public final int id
-
-
Constructor Details
-
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.
-