Uses of Class
org.apache.wayang.jdbc.platform.JdbcPlatformTemplate
-
-
Uses of JdbcPlatformTemplate in org.apache.wayang.genericjdbc.platform
Subclasses of JdbcPlatformTemplate in org.apache.wayang.genericjdbc.platform Modifier and Type Class Description class
GenericJdbcPlatform
Platform
implementation for GenericJdbc. -
Uses of JdbcPlatformTemplate in org.apache.wayang.jdbc.channels
Constructors in org.apache.wayang.jdbc.channels with parameters of type JdbcPlatformTemplate Constructor Description Descriptor(JdbcPlatformTemplate platform)
-
Uses of JdbcPlatformTemplate in org.apache.wayang.jdbc.execution
Constructors in org.apache.wayang.jdbc.execution with parameters of type JdbcPlatformTemplate Constructor Description JdbcExecutor(JdbcPlatformTemplate platform, Job job)
-
Uses of JdbcPlatformTemplate in org.apache.wayang.jdbc.operators
Methods in org.apache.wayang.jdbc.operators that return JdbcPlatformTemplate Modifier and Type Method Description JdbcPlatformTemplate
JdbcExecutionOperator. getPlatform()
Constructors in org.apache.wayang.jdbc.operators with parameters of type JdbcPlatformTemplate Constructor Description SqlToRddOperator(JdbcPlatformTemplate jdbcPlatform)
SqlToRddOperator(JdbcPlatformTemplate jdbcPlatform, DataSetType<Record> dataSetType)
SqlToStreamOperator(JdbcPlatformTemplate jdbcPlatform)
Creates a new instance.SqlToStreamOperator(JdbcPlatformTemplate jdbcPlatform, DataSetType<Record> dataSetType)
Creates a new instance. -
Uses of JdbcPlatformTemplate in org.apache.wayang.postgres.platform
Subclasses of JdbcPlatformTemplate in org.apache.wayang.postgres.platform Modifier and Type Class Description class
PostgresPlatform
Platform
implementation for SQLite3. -
Uses of JdbcPlatformTemplate in org.apache.wayang.sqlite3.platform
Subclasses of JdbcPlatformTemplate in org.apache.wayang.sqlite3.platform Modifier and Type Class Description class
Sqlite3Platform
Platform
implementation for SQLite3.
-