public interface ParallelTask extends Callable<ParallelResult>
Modifier and Type | Method and Description |
---|---|
ParallelResult |
call() |
ParallelResult |
getResult()
Asynchronous getter for the results.
|
String |
getTaskInfo()
Returns human-readable info on the status of the task.
|
String |
getTaskLabel()
Returns a label identifying the task "class".
|
String getTaskLabel()
String getTaskInfo()
ParallelResult call()
call
in interface Callable<ParallelResult>
ParallelResult getResult()
Copyright © 2019 CNES. All Rights Reserved.