Package io.trino.plugin.hive.util
Interface ResumableTask
public interface ResumableTask
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
process
ResumableTask.TaskStatus process()Process the task either fully, or in part.- Returns:
- a finished status if the task is complete, otherwise includes a continuation future to indicate when it should be continued to be processed.
-