Package owl.run
Class PipelineRunner
- java.lang.Object
-
- owl.run.PipelineRunner
-
public final class PipelineRunner extends Object
Helper class to execute a specific pipeline with created input and output streams.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
run(Pipeline pipeline, Environment env, ByteChannel channel, int worker)
static void
run(Pipeline pipeline, Environment env, ReadableByteChannel inputChannel, WritableByteChannel outputChannel, int worker)
-
-
-
Method Detail
-
run
public static void run(Pipeline pipeline, Environment env, ByteChannel channel, int worker) throws Exception
- Throws:
Exception
-
run
public static void run(Pipeline pipeline, Environment env, ReadableByteChannel inputChannel, WritableByteChannel outputChannel, int worker) throws Exception
- Throws:
Exception
-
-