public class TaskRunnerEntrypoint extends Object
EvaluatingContext for evaluating a specific task which has
been persisted by PersistingContext. It expects the inputs to the task to already
have been evaluated using the same method.
After evaluation of the specified task has completed, the output value will be stored as a sibling file to the persisted task file, with an added "_out" suffix.
| Constructor and Description |
|---|
TaskRunnerEntrypoint() |
public static void main(String[] args) throws InterruptedException
InterruptedExceptionCopyright © 2018. All rights reserved.