| Package | Description |
|---|---|
| com.logicalclocks.hsfs | |
| com.logicalclocks.hsfs.engine | |
| com.logicalclocks.hsfs.metadata |
| Modifier and Type | Method and Description |
|---|---|
static TimeTravelFormat |
TimeTravelFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeTravelFormat[] |
TimeTravelFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureGroup |
FeatureStore.getOrCreateFeatureGroup(String name,
Integer version,
String description,
List<String> primaryKeys,
List<String> partitionKeys,
String hudiPrecombineKey,
boolean onlineEnabled,
TimeTravelFormat timeTravelFormat,
StatisticsConfig statisticsConfig,
String eventTime) |
FeatureGroup.FeatureGroupBuilder |
FeatureGroup.FeatureGroupBuilder.timeTravelFormat(TimeTravelFormat timeTravelFormat) |
| Constructor and Description |
|---|
FeatureGroup(FeatureStore featureStore,
@NonNull String name,
Integer version,
String description,
List<String> primaryKeys,
List<String> partitionKeys,
String hudiPrecombineKey,
boolean onlineEnabled,
TimeTravelFormat timeTravelFormat,
List<Feature> features,
StatisticsConfig statisticsConfig,
String onlineTopicName,
String eventTime) |
| Modifier and Type | Method and Description |
|---|---|
<S> List<Feature> |
SparkEngine.parseFeatureGroupSchema(S datasetGeneric,
TimeTravelFormat timeTravelFormat) |
<S> List<Feature> |
FeatureGroupUtils.parseFeatureGroupSchema(S datasetGeneric,
TimeTravelFormat timeTravelFormat) |
| Modifier and Type | Field and Description |
|---|---|
protected TimeTravelFormat |
FeatureGroupBase.timeTravelFormat |
| Modifier and Type | Method and Description |
|---|---|
TimeTravelFormat |
FeatureGroupBase.getTimeTravelFormat() |
| Modifier and Type | Method and Description |
|---|---|
FeatureGroup |
FeatureGroupApi.getOrCreateFeatureGroup(FeatureStore featureStore,
String name,
Integer version,
String description,
List<String> primaryKeys,
List<String> partitionKeys,
String hudiPrecombineKey,
boolean onlineEnabled,
TimeTravelFormat timeTravelFormat,
StatisticsConfig statisticsConfig,
String eventTime) |
void |
FeatureGroupBase.setTimeTravelFormat(TimeTravelFormat timeTravelFormat) |
Copyright © 2023. All rights reserved.