Class SeekRow
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Long>
com.illumon.iris.clientsupport.gotorow.SeekRow
- All Implemented Interfaces:
com.fishlib.base.Function.Unary<Long,,Table> RemoteQuery<Long>,Serializable
public class SeekRow
extends ContextAwareRemoteQuery<Long>
implements com.fishlib.base.Function.Unary<Long,Table>
- 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
-
SeekRow
-
-
Method Details
-
execute
Description copied from interface:RemoteQueryExecute a query on a remote host.- Specified by:
executein interfaceRemoteQuery<Long>- Parameters:
database- database to use for execution.- Returns:
- result of the query.
-
call
-