public class TextReaderFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> TextReader<T> |
create(PipelineOptions options,
CloudObject spec,
Coder<T> coder,
ExecutionContext executionContext) |
static <T> TextReader<T> |
create(com.google.api.services.dataflow.model.Source spec) |
public static <T> TextReader<T> create(PipelineOptions options, CloudObject spec, Coder<T> coder, ExecutionContext executionContext) throws Exception
Exceptionpublic static <T> TextReader<T> create(com.google.api.services.dataflow.model.Source spec) throws Exception
Exception