Package org.openrefine.runners.local.pll.util
-
Class Summary Class Description LineReader A class which reads line by line from anInputStream
, making sure it only reads the bytes it needs to complete the current line.ProgressingFutureWrapper<T> A future which supports pausing and progress reporting, assuming the underlying future was built on a task that relies on the suppliedTaskSignalling
object to periodically check for pause and report progress.QueryTree Utility class to represent the query tree associated with a PLL.TaskSignalling Utility class for a future and the underlying thread to communicate about pause and resume actions from the user, as well as reporting progress.