Uses of Class
com.logicalclocks.hsfs.flink.StreamFeatureGroup
Packages that use StreamFeatureGroup
-
Uses of StreamFeatureGroup in com.logicalclocks.hsfs.flink
Methods in com.logicalclocks.hsfs.flink that return StreamFeatureGroupModifier and TypeMethodDescriptionFeatureStore.createStreamFeatureGroup(@NonNull String name, Integer version, String description, Boolean onlineEnabled, TimeTravelFormat timeTravelFormat, List<String> primaryKeys, List<String> partitionKeys, String eventTime, String hudiPrecombineKey, List<Feature> features, StatisticsConfig statisticsConfig, DataSource dataSource) FeatureStore.createStreamFeatureGroup(@NonNull String name, Integer version, String description, Boolean onlineEnabled, TimeTravelFormat timeTravelFormat, List<String> primaryKeys, List<String> partitionKeys, String eventTime, String hudiPrecombineKey, List<Feature> features, StatisticsConfig statisticsConfig, StorageConnector storageConnector, String path) FeatureStore.getOrCreateStreamFeatureGroup(@NonNull String name, Integer version, String description, Boolean onlineEnabled, TimeTravelFormat timeTravelFormat, List<String> primaryKeys, List<String> partitionKeys, String eventTime, String hudiPrecombineKey, List<Feature> features, StatisticsConfig statisticsConfig, DataSource dataSource, OnlineConfig onlineConfig) FeatureStore.getOrCreateStreamFeatureGroup(@NonNull String name, Integer version, String description, Boolean onlineEnabled, TimeTravelFormat timeTravelFormat, List<String> primaryKeys, List<String> partitionKeys, String eventTime, String hudiPrecombineKey, List<Feature> features, StatisticsConfig statisticsConfig, StorageConnector storageConnector, String path, OnlineConfig onlineConfig) FeatureStore.getStreamFeatureGroup(@NonNull String name, @NonNull Integer version) Get a stream feature group object from the feature store.FeatureStore.getStreamFeatureGroup(String name) Get a stream feature group object from the feature store. -
Uses of StreamFeatureGroup in com.logicalclocks.hsfs.flink.engine
Methods in com.logicalclocks.hsfs.flink.engine that return StreamFeatureGroupModifier and TypeMethodDescriptionFeatureGroupEngine.getOrCreateFeatureGroup(FeatureStore featureStore, @NonNull String name, Integer version, String description, Boolean onlineEnabled, TimeTravelFormat timeTravelFormat, List<String> primaryKeys, List<String> partitionKeys, String eventTime, String hudiPrecombineKey, List<Feature> features, StatisticsConfig statisticsConfig, DataSource dataSource, OnlineConfig onlineConfig) FeatureGroupEngine.getOrCreateFeatureGroup(FeatureStore featureStore, @NonNull String name, Integer version, String description, Boolean onlineEnabled, TimeTravelFormat timeTravelFormat, List<String> primaryKeys, List<String> partitionKeys, String eventTime, String hudiPrecombineKey, List<Feature> features, StatisticsConfig statisticsConfig, StorageConnector storageConnector, String path, OnlineConfig onlineConfig) FeatureGroupEngine.getStreamFeatureGroup(FeatureStore featureStore, String fgName, Integer fgVersion) Methods in com.logicalclocks.hsfs.flink.engine that return types with arguments of type StreamFeatureGroupModifier and TypeMethodDescriptionFeatureGroupEngine.getStreamFeatureGroups(FeatureStore featureStore, String fgName) Methods in com.logicalclocks.hsfs.flink.engine with parameters of type StreamFeatureGroupModifier and TypeMethodDescriptionorg.apache.flink.streaming.api.datastream.DataStreamSink<?>FeatureGroupEngine.insertStream(StreamFeatureGroup streamFeatureGroup, org.apache.flink.streaming.api.datastream.DataStream<?> featureData, Map<String, String> writeOptions) voidFeatureGroupEngine.save(StreamFeatureGroup featureGroup, List<String> partitionKeys, String precombineKeyName, Map<String, String> writeOptions, JobConfiguration materializationJobConfiguration) org.apache.flink.streaming.api.datastream.DataStreamSink<?>FlinkEngine.writeDataStream(StreamFeatureGroup streamFeatureGroup, org.apache.flink.streaming.api.datastream.DataStream<?> dataStream, Map<String, String> writeOptions) Constructors in com.logicalclocks.hsfs.flink.engine with parameters of type StreamFeatureGroup