Package com.illumon.iris.db.v2.utils
Class TableMapUtils.PresubscribeGet
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
com.illumon.iris.db.v2.utils.TableMapUtils.PresubscribeGet
- All Implemented Interfaces:
com.fishlib.base.Function.Unary<TableMapUtils.TableHolder,
,TableMap> RemoteQuery
,Serializable
- Enclosing class:
- TableMapUtils
public static class TableMapUtils.PresubscribeGet
extends ContextAwareRemoteQuery
implements com.fishlib.base.Function.Unary<TableMapUtils.TableHolder,TableMap>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext, toString
-
Constructor Details
-
PresubscribeGet
-
-
Method Details
-
call
- Specified by:
call
in interfacecom.fishlib.base.Function.Unary<TableMapUtils.TableHolder,
TableMap>
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Specified by:
execute
in interfaceRemoteQuery
- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-