Package org.openmetadata.service.util
Class ParallelStreamUtil
- java.lang.Object
-
- org.openmetadata.service.util.ParallelStreamUtil
-
public final class ParallelStreamUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Texecute(Supplier<T> supplier, Executor executor)static <T> TexecuteWithTimeout(int timeoutInSeconds, Supplier<T> supplier, Executor executor)static voidrunAsync(Callable<Void> callable, Executor executor)
-