Class 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:
  • Constructor Details

    • RemoteMethodAsync

      public RemoteMethodAsync(int handleId, @NotNull Method method, @Nullable Object[] args, @Nullable Map<String,Class> paramMetadata)
  • Method Details

    • execute

      public RemoteMethodAsync.Result execute(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.