Class RemoteMethodAsync
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<RemoteMethodAsync.Result>
com.illumon.iris.db.tables.remote.RemoteMethodAsync
- All Implemented Interfaces:
RemoteQuery<RemoteMethodAsync.Result>
,Serializable
public class RemoteMethodAsync extends ContextAwareRemoteQuery<RemoteMethodAsync.Result>
Invoke a proxied
Table
method remotely, concurrently with the LTM cycle.- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RemoteMethodAsync.Result
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description RemoteMethodAsync.Result
execute(Database database)
Execute a query on a remote host.Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
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.
-