Package org.openrefine.process
-
Interface Summary Interface Description ProgressingFuture<T> Represents an asynchronous task which returns a result.ProgressReporter Callback to report the progress of some long-running operation to the user. -
Class Summary Class Description CompletedFuture<T> An implementation ofProgressingFuture
which is already supplied with its final value.FailingFuture<T> Process ProcessManager ProcessManager.ExceptionMessage ProgressingFutures Utilities aroundProgressingFuture
, added as static methods so as not to overload the interfaces with default methods.ProgressReporterStub -
Enum Summary Enum Description Process.State