Uses of Class
com.logicalclocks.hsfs.StorageConnector.JdbcConnector
Packages that use StorageConnector.JdbcConnector
Package
Description
-
Uses of StorageConnector.JdbcConnector in com.logicalclocks.hsfs
Methods in com.logicalclocks.hsfs that return StorageConnector.JdbcConnectorModifier and TypeMethodDescriptionFeatureStoreBase.getJdbcConnector(String name) Get a previously created JDBC compliant storage connector from the feature store.FeatureStoreBase.getOnlineStorageConnector()Get a previously created JDBC compliant storage connector from the feature store to connect to the online feature store. -
Uses of StorageConnector.JdbcConnector in com.logicalclocks.hsfs.spark
Methods in com.logicalclocks.hsfs.spark that return StorageConnector.JdbcConnectorModifier and TypeMethodDescriptionFeatureStore.getJdbcConnector(String name) Get a previously created JDBC compliant storage connector from the feature store.FeatureStore.getOnlineStorageConnector()Get a previously created JDBC compliant storage connector from the feature store to connect to the online feature store. -
Uses of StorageConnector.JdbcConnector in com.logicalclocks.hsfs.spark.util
Methods in com.logicalclocks.hsfs.spark.util with parameters of type StorageConnector.JdbcConnectorModifier and TypeMethodDescriptionorg.apache.spark.sql.Dataset<org.apache.spark.sql.Row>StorageConnectorUtils.read(StorageConnector.JdbcConnector connector, DataSource dataSource, Map<String, String> options) Reads query into a spark dataframe using the JdbcConnector.