public class ReadUnboundedTranslator<T> extends java.lang.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>>