Uses of Class
com.logicalclocks.hsfs.FeatureGroupCommit
Packages that use FeatureGroupCommit
Package
Description
-
Uses of FeatureGroupCommit in com.logicalclocks.hsfs.metadata
Methods in com.logicalclocks.hsfs.metadata that return FeatureGroupCommitModifier and TypeMethodDescriptionFeatureGroupApi.featureGroupCommit(FeatureGroupBase featureGroup, FeatureGroupCommit featureGroupCommit) Methods in com.logicalclocks.hsfs.metadata that return types with arguments of type FeatureGroupCommitModifier and TypeMethodDescriptionFeatureGroupApi.getCommitDetails(FeatureGroupBase featureGroupBase, Long wallclockTimestamp, Integer limit) Methods in com.logicalclocks.hsfs.metadata with parameters of type FeatureGroupCommitModifier and TypeMethodDescriptionFeatureGroupApi.featureGroupCommit(FeatureGroupBase featureGroup, FeatureGroupCommit featureGroupCommit) -
Uses of FeatureGroupCommit in com.logicalclocks.hsfs.spark.engine
Methods in com.logicalclocks.hsfs.spark.engine that return FeatureGroupCommitModifier and TypeMethodDescriptionFeatureGroupEngine.commitDelete(FeatureGroupBase featureGroupBase, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> genericDataset, Map<String, String> writeOptions) FeatureGroupEngine.commitDelete(FeatureGroupBase featureGroupBase, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> genericDataset, Map<String, String> writeOptions, Storage storage) Deletes the records ingenericDatasetfrom the storage named bystorage. -
Uses of FeatureGroupCommit in com.logicalclocks.hsfs.spark.engine.hudi
Methods in com.logicalclocks.hsfs.spark.engine.hudi that return FeatureGroupCommitModifier and TypeMethodDescriptionHudiEngine.deleteRecord(org.apache.spark.sql.SparkSession sparkSession, FeatureGroupBase featureGroup, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> deleteDF, Map<String, String> writeOptions)