| Package | Description | 
|---|---|
| com.logicalclocks.hsfs | |
| com.logicalclocks.hsfs.spark | |
| com.logicalclocks.hsfs.spark.util | 
| Modifier and Type | Method and Description | 
|---|---|
StorageConnector.JdbcConnector | 
FeatureStoreBase.getJdbcConnector(String name)
Get a previously created JDBC compliant storage connector from the feature store. 
 | 
StorageConnector.JdbcConnector | 
FeatureStoreBase.getOnlineStorageConnector()
Get a previously created JDBC compliant storage connector from the feature store
 to connect to the online feature store. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StorageConnector.JdbcConnector | 
FeatureStore.getJdbcConnector(String name)
Get a previously created JDBC compliant storage connector from the feature store. 
 | 
StorageConnector.JdbcConnector | 
FeatureStore.getOnlineStorageConnector()
Get a previously created JDBC compliant storage connector from the feature store
 to connect to the online feature store. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.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. 
 | 
Copyright © 2025. All rights reserved.