Uses of Class
com.logicalclocks.hsfs.beam.StreamFeatureGroup
Packages that use StreamFeatureGroup
-
Uses of StreamFeatureGroup in com.logicalclocks.hsfs.beam
Methods in com.logicalclocks.hsfs.beam 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. -
Uses of StreamFeatureGroup in com.logicalclocks.hsfs.beam.engine
Methods in com.logicalclocks.hsfs.beam.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.beam.engine that return types with arguments of type StreamFeatureGroupModifier and TypeMethodDescriptionFeatureGroupEngine.getStreamFeatureGroups(FeatureStore featureStore, String fgName) Methods in com.logicalclocks.hsfs.beam.engine with parameters of type StreamFeatureGroupModifier and TypeMethodDescriptionBeamEngine.insertStream(StreamFeatureGroup streamFeatureGroup, Map<String, String> writeOptions) FeatureGroupEngine.insertStream(StreamFeatureGroup streamFeatureGroup, Map<String, String> writeOptions) voidFeatureGroupEngine.save(StreamFeatureGroup featureGroup, List<String> partitionKeys, String precombineKeyName, Map<String, String> writeOptions, JobConfiguration materializationJobConfiguration) Constructors in com.logicalclocks.hsfs.beam.engine with parameters of type StreamFeatureGroupModifierConstructorDescriptionBeamProducer(String topic, Map<String, String> properties, org.apache.avro.Schema schema, org.apache.avro.Schema encodedSchema, Map<String, org.apache.avro.Schema> deserializedComplexFeatureSchemas, List<String> primaryKeys, StreamFeatureGroup streamFeatureGroup)