| Package | Description | 
|---|---|
| com.logicalclocks.hsfs | |
| com.logicalclocks.hsfs.spark | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| 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,
                    boolean onlineEnabled,
                    String onlineTopicName)  | 
Copyright © 2023. All rights reserved.