Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Authors: Alberto Gomez (alberto.gomez@est.tech)

Status: Draft | Discussion | Active | Dropped | Superseded

Superseded by: N/A

...

  • Add two new methods to the Execute class in the Java API including the timeout:
    • execute(String functionId, long timeout, TimeUnit unit)
    • execute(Function function, long timeout, TimeUnit unit);
  • Document the blocking behavior of the current Execution::execute() methods without timeout in the Java API.
  • Implement the Execution::execute() methods with timeout in both the server and the client.

The following JIRA addresses the changes:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyGEODE-7049