| Package | Description |
|---|---|
| com.logicalclocks.hsfs |
| Modifier and Type | Method and Description |
|---|---|
ExternalDataFormat |
ExternalFeatureGroup.getDataFormat() |
static ExternalDataFormat |
ExternalDataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDataFormat[] |
ExternalDataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalFeatureGroup.ExternalFeatureGroupBuilder |
ExternalFeatureGroup.ExternalFeatureGroupBuilder.dataFormat(ExternalDataFormat dataFormat) |
void |
ExternalFeatureGroup.setDataFormat(ExternalDataFormat dataFormat) |
| Constructor and Description |
|---|
ExternalFeatureGroup(FeatureStore featureStore,
@NonNull String name,
Integer version,
String query,
ExternalDataFormat dataFormat,
String path,
Map<String,String> options,
@NonNull StorageConnector storageConnector,
String description,
List<String> primaryKeys,
List<Feature> features,
StatisticsConfig statisticsConfig,
String eventTime) |
ExternalFeatureGroup(StorageConnector storageConnector,
String query,
ExternalDataFormat dataFormat,
String path,
List<OnDemandOptions> options,
ExternalFeatureGroupEngine externalFeatureGroupEngine) |
Copyright © 2023. All rights reserved.