Class GenericJdbcPlatform
java.lang.Object
org.apache.wayang.core.platform.Platform
org.apache.wayang.jdbc.platform.JdbcPlatformTemplate
org.apache.wayang.genericjdbc.platform.GenericJdbcPlatform
Platform implementation for GenericJdbc.-
Field Summary
Fields inherited from class org.apache.wayang.jdbc.platform.JdbcPlatformTemplate
coresProperty, cpuMhzProperty, jdbcPasswordProperty, jdbcUrlProperty, jdbcUserPropertyFields inherited from class org.apache.wayang.core.platform.Platform
jsonSerializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDatabaseDescriptor(Configuration configuration, String jdbcName) static GenericJdbcPlatformProvide the name of the JDBC driverClassfor this instance.Methods inherited from class org.apache.wayang.jdbc.platform.JdbcPlatformTemplate
configureDefaults, createDatabaseDescriptor, createLoadProfileToTimeConverter, createTimeToCostConverter, getConnection, getPlatformId, getSqlQueryChannelDescriptorMethods inherited from class org.apache.wayang.core.platform.Platform
createExecutor, getConfigurationName, getInitializeMillis, getName, isSinglePlatformExecutionPossible, load, toString, warmUp
-
Constructor Details
-
GenericJdbcPlatform
protected GenericJdbcPlatform()
-
-
Method Details
-
getInstance
-
getGenericSqlQueryChannelDescriptor
-
getExecutorFactory
- Overrides:
getExecutorFactoryin classJdbcPlatformTemplate
-
getJdbcDriverClassName
Description copied from class:JdbcPlatformTemplateProvide the name of the JDBC driverClassfor this instance.- Specified by:
getJdbcDriverClassNamein classJdbcPlatformTemplate- Returns:
- the driver
Classname
-
createDatabaseDescriptor
-