Package io.trino.plugin.hive.util
Interface ResumableTask
-
public interface ResumableTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResumableTask.TaskStatus
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResumableTask.TaskStatusprocess()Process the task either fully, or in part.
-
-
-
Method Detail
-
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.
-
-