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 StorageConnectorApi |
storageConnectorApi |
protected StorageConnectorType |
storageConnectorType |
| Constructor and Description |
|---|
StorageConnector() |
StorageConnector(StorageConnectorType storageConnectorType,
Integer id,
String name,
String description,
Integer featurestoreId,
StorageConnectorApi storageConnectorApi) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Integer |
getFeaturestoreId() |
Integer |
getId() |
String |
getName() |
abstract String |
getPath(String subPath) |
StorageConnectorType |
getStorageConnectorType() |
Object |
read(String query,
String dataFormat,
Map<String,String> options,
String path) |
StorageConnector |
refetch() |
void |
setDescription(String description) |
void |
setFeaturestoreId(Integer featurestoreId) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setStorageConnectorType(StorageConnectorType storageConnectorType) |
abstract Map<String,String> |
sparkOptions() |
String |
toString() |
protected StorageConnectorType storageConnectorType
protected StorageConnectorApi storageConnectorApi
public StorageConnector(StorageConnectorType storageConnectorType, Integer id, String name, String description, Integer featurestoreId, StorageConnectorApi storageConnectorApi)
public StorageConnector()
public Object read(String query, String dataFormat, Map<String,String> options, String path) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic StorageConnector refetch() throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic abstract String getPath(String subPath) throws FeatureStoreException
FeatureStoreExceptionpublic abstract Map<String,String> sparkOptions() throws IOException
IOExceptionpublic StorageConnectorType getStorageConnectorType()
public void setStorageConnectorType(StorageConnectorType storageConnectorType)
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Integer getFeaturestoreId()
public void setFeaturestoreId(Integer featurestoreId)
Copyright © 2023. All rights reserved.