public abstract class StorageConnector extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageConnector.AdlsConnector |
static class |
StorageConnector.BigqueryConnector |
static class |
StorageConnector.GcsConnector |
static class |
StorageConnector.HopsFsConnector |
static class |
StorageConnector.JdbcConnector |
static class |
StorageConnector.KafkaConnector |
static class |
StorageConnector.RedshiftConnector |
static class |
StorageConnector.S3Connector |
static class |
StorageConnector.SnowflakeConnector |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Integer |
featurestoreId |
protected Integer |
id |
protected String |
name |
protected StorageConnectorApi |
storageConnectorApi |
protected StorageConnectorType |
storageConnectorType |
| Constructor and Description |
|---|
StorageConnector() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getPath(String subPath) |
StorageConnector |
refetch() |
abstract Map<String,String> |
sparkOptions() |
protected StorageConnectorType storageConnectorType
protected Integer id
protected String name
protected String description
protected Integer featurestoreId
protected StorageConnectorApi storageConnectorApi
public StorageConnector refetch() throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic abstract String getPath(String subPath) throws FeatureStoreException
FeatureStoreExceptionpublic abstract Map<String,String> sparkOptions() throws IOException
IOExceptionCopyright © 2023. All rights reserved.