| Package | Description |
|---|---|
| com.logicalclocks.hsfs |
| Modifier and Type | Field and Description |
|---|---|
protected StorageConnectorType |
StorageConnector.storageConnectorType |
| Modifier and Type | Method and Description |
|---|---|
StorageConnectorType |
StorageConnector.getStorageConnectorType() |
static StorageConnectorType |
StorageConnectorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageConnectorType[] |
StorageConnectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageConnector.setStorageConnectorType(StorageConnectorType storageConnectorType) |
| Constructor and Description |
|---|
StorageConnector(StorageConnectorType storageConnectorType,
Integer id,
String name,
String description,
Integer featurestoreId,
StorageConnectorApi storageConnectorApi) |
Copyright © 2023. All rights reserved.