public class ReadUnboundedTranslator<T> extends Object implements TransformTranslator<Read.Unbounded<T>>
Read.Unbounded is translated to Gearpump source function
and UnboundedSource is wrapped into Gearpump DataSource.| Constructor and Description |
|---|
ReadUnboundedTranslator() |
| Modifier and Type | Method and Description |
|---|---|
void |
translate(Read.Unbounded<T> transform,
TranslationContext context) |
public void translate(Read.Unbounded<T> transform, TranslationContext context)
translate in interface TransformTranslator<Read.Unbounded<T>>Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.