public class ReadBoundedTranslator<T> extends java.lang.Object implements TransformTranslator<Read.Bounded<T>>
Read.Bounded
is translated to Gearpump source function and BoundedSource
is
wrapped into Gearpump DataSource
.Constructor and Description |
---|
ReadBoundedTranslator() |
Modifier and Type | Method and Description |
---|---|
void |
translate(Read.Bounded<T> transform,
TranslationContext context) |
public void translate(Read.Bounded<T> transform, TranslationContext context)
translate
in interface TransformTranslator<Read.Bounded<T>>