| Package | Description |
|---|---|
| com.logicalclocks.hsfs | |
| com.logicalclocks.hsfs.constructor | |
| com.logicalclocks.hsfs.engine | |
| com.logicalclocks.hsfs.metadata |
| Modifier and Type | Method and Description |
|---|---|
ExternalFeatureGroup |
ExternalFeatureGroup.ExternalFeatureGroupBuilder.build() |
ExternalFeatureGroup |
FeatureStore.getExternalFeatureGroup(String name)
Get a external feature group object with default version `1` from the feature store.
|
ExternalFeatureGroup |
FeatureStore.getExternalFeatureGroup(@NonNull String name,
@NonNull Integer version)
Get a external feature group object from the feature store.
|
ExternalFeatureGroup |
FeatureStore.getOnDemandFeatureGroup(String name)
Deprecated.
|
ExternalFeatureGroup |
FeatureStore.getOnDemandFeatureGroup(@NonNull String name,
@NonNull Integer version)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
scala.collection.Seq<ExternalFeatureGroup> |
FeatureStore.getExternalFeatureGroups(@NonNull String name)
Get a list of all versions of an external feature group from the feature store.
|
scala.collection.Seq<ExternalFeatureGroup> |
FeatureStore.getOnDemandFeatureGroups(@NonNull String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalFeatureGroup |
ExternalFeatureGroupAlias.getOnDemandFeatureGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalFeatureGroupAlias.setOnDemandFeatureGroup(ExternalFeatureGroup onDemandFeatureGroup) |
| Constructor and Description |
|---|
ExternalFeatureGroupAlias(ExternalFeatureGroup onDemandFeatureGroup,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
ExternalFeatureGroup |
ExternalFeatureGroupEngine.saveFeatureGroup(ExternalFeatureGroup externalFeatureGroup) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
SparkEngine.registerOnDemandTemporaryTable(ExternalFeatureGroup onDemandFeatureGroup,
String alias) |
ExternalFeatureGroup |
ExternalFeatureGroupEngine.saveFeatureGroup(ExternalFeatureGroup externalFeatureGroup) |
| Modifier and Type | Method and Description |
|---|---|
ExternalFeatureGroup |
FeatureGroupApi.getExternalFeatureGroup(FeatureStore featureStore,
String fgName,
Integer fgVersion) |
ExternalFeatureGroup |
FeatureGroupApi.save(ExternalFeatureGroup externalFeatureGroup) |
| Modifier and Type | Method and Description |
|---|---|
List<ExternalFeatureGroup> |
FeatureGroupApi.getExternalFeatureGroups(FeatureStore featureStore,
String fgName) |
| Modifier and Type | Method and Description |
|---|---|
ExternalFeatureGroup |
FeatureGroupApi.save(ExternalFeatureGroup externalFeatureGroup) |
Copyright © 2023. All rights reserved.