Uses of Class
com.logicalclocks.hsfs.FeatureStore
Packages that use FeatureStore
-
Uses of FeatureStore in com.logicalclocks.hsfs
Methods in com.logicalclocks.hsfs that return FeatureStoreModifier and TypeMethodDescriptionHopsworksConnection.getFeatureStore()Retrieve the project feature store.HopsworksConnection.getFeatureStore(String name) Retrieve a feature store based on name.Constructors in com.logicalclocks.hsfs with parameters of type FeatureStoreModifierConstructorDescriptionFeatureView(@NonNull String name, Integer version, @NonNull Query query, String description, @NonNull FeatureStore featureStore, List<String> labels) FeatureViewBuilder(FeatureStore featureStore) -
Uses of FeatureStore in com.logicalclocks.hsfs.engine
Methods in com.logicalclocks.hsfs.engine with parameters of type FeatureStoreModifier and TypeMethodDescriptionFeatureViewEngine.get(FeatureStore featureStore, String name, Integer version) 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, 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) FeatureViewEngine.getOrCreateFeatureView(FeatureStore featureStore, String name, Integer version, Query query, String description, List<String> labels) FeatureGroupEngine.getStreamFeatureGroup(FeatureStore featureStore, String fgName, Integer fgVersion) FeatureGroupEngine.getStreamFeatureGroups(FeatureStore featureStore, String fgName)