Uses of Enum Class
com.logicalclocks.hsfs.HudiOperationType
Packages that use HudiOperationType
Package
Description
-
Uses of HudiOperationType in com.logicalclocks.hsfs
Methods in com.logicalclocks.hsfs that return HudiOperationTypeModifier and TypeMethodDescriptionstatic HudiOperationTypeReturns the enum constant of this class with the specified name.static HudiOperationType[]HudiOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HudiOperationType in com.logicalclocks.hsfs.spark
Methods in com.logicalclocks.hsfs.spark with parameters of type HudiOperationTypeModifier and TypeMethodDescriptionvoidFeatureGroup.insert(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> featureData, HudiOperationType operation) Incrementally insert data to a feature group or overwrite all data contained in the feature group.voidFeatureGroup.insert(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> featureData, Storage storage, boolean overwrite, HudiOperationType operation, Map<String, String> writeOptions) Incrementally insert data to a feature group or overwrite all data contained in the feature group.voidStreamFeatureGroup.insert(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> featureData, HudiOperationType operation) voidStreamFeatureGroup.insert(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> featureData, Storage storage, boolean overwrite, HudiOperationType operation, Map<String, String> writeOptions) -
Uses of HudiOperationType in com.logicalclocks.hsfs.spark.engine
Methods in com.logicalclocks.hsfs.spark.engine with parameters of type HudiOperationTypeModifier and TypeMethodDescriptionvoidFeatureGroupEngine.insert(FeatureGroup featureGroup, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> featureData, Storage storage, HudiOperationType operation, org.apache.spark.sql.SaveMode saveMode, List<String> partitionKeys, String hudiPrecombineKey, Map<String, String> writeOptions) voidFeatureGroupEngine.saveDataframe(FeatureGroup featureGroup, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataset, Storage storage, HudiOperationType operation, Map<String, String> offlineWriteOptions, Integer validationId) voidSparkEngine.writeOfflineDataframe(FeatureGroupBase featureGroup, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataset, HudiOperationType operation, Map<String, String> writeOptions, Integer validationId) -
Uses of HudiOperationType in com.logicalclocks.hsfs.spark.engine.hudi
Methods in com.logicalclocks.hsfs.spark.engine.hudi with parameters of type HudiOperationTypeModifier and TypeMethodDescriptionvoidHudiEngine.saveHudiFeatureGroup(org.apache.spark.sql.SparkSession sparkSession, FeatureGroupBase featureGroup, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataset, HudiOperationType operation, Map<String, String> writeOptions, Integer validationId)