Class PostgresPlatform
- java.lang.Object
-
- org.apache.wayang.core.platform.Platform
-
- org.apache.wayang.jdbc.platform.JdbcPlatformTemplate
-
- org.apache.wayang.postgres.platform.PostgresPlatform
-
public class PostgresPlatform extends JdbcPlatformTemplate
Platform
implementation for SQLite3.
-
-
Field Summary
-
Fields inherited from class org.apache.wayang.jdbc.platform.JdbcPlatformTemplate
coresProperty, cpuMhzProperty, jdbcPasswordProperty, jdbcUrlProperty, jdbcUserProperty
-
Fields inherited from class org.apache.wayang.core.platform.Platform
jsonSerializer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PostgresPlatform()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PostgresPlatform
getInstance()
java.lang.String
getJdbcDriverClassName()
Provide the name of the JDBC driverClass
for this instance.-
Methods inherited from class org.apache.wayang.jdbc.platform.JdbcPlatformTemplate
configureDefaults, createDatabaseDescriptor, createLoadProfileToTimeConverter, createTimeToCostConverter, getConnection, getExecutorFactory, getPlatformId, getSqlQueryChannelDescriptor
-
Methods inherited from class org.apache.wayang.core.platform.Platform
createExecutor, getConfigurationName, getInitializeMillis, getName, isSinglePlatformExecutionPossible, load, toString, warmUp
-
-
-
-
Method Detail
-
getInstance
public static PostgresPlatform getInstance()
-
getJdbcDriverClassName
public java.lang.String getJdbcDriverClassName()
Description copied from class:JdbcPlatformTemplate
Provide the name of the JDBC driverClass
for this instance.- Specified by:
getJdbcDriverClassName
in classJdbcPlatformTemplate
- Returns:
- the driver
Class
name
-
-