Interface ComputationParameters

    • Method Detail

      • getTimeout

        OptionalLong getTimeout​(String commandId)
        Returns an optional describing the execution time limit in seconds, the waiting time in queue is not included. See differences with getDeadline(String)
        Parameters:
        commandId - id of Command
        Returns:
        an optional describing seconds
      • getDeadline

        OptionalLong getDeadline​(String commandId)
        Returns an optional describing the total time limit in seconds, the waiting time in queue is included. See differences with getTimeout(String)
        Parameters:
        commandId - id of Command
        Returns:
        an optional describing seconds