Uses of Enum Class
com.logicalclocks.hsfs.ExternalDataFormat
Packages that use ExternalDataFormat
-
Uses of ExternalDataFormat in com.logicalclocks.hsfs
Methods in com.logicalclocks.hsfs that return ExternalDataFormatModifier and TypeMethodDescriptionstatic ExternalDataFormatReturns the enum constant of this class with the specified name.static ExternalDataFormat[]ExternalDataFormat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExternalDataFormat in com.logicalclocks.hsfs.spark
Constructors in com.logicalclocks.hsfs.spark with parameters of type ExternalDataFormatModifierConstructorDescriptionExternalFeatureGroup(FeatureStore featureStore, @NonNull String name, Integer version, String query, ExternalDataFormat dataFormat, String path, Map<String, String> options, @NonNull StorageConnector storageConnector, String description, List<String> primaryKeys, List<Feature> features, StatisticsConfig statisticsConfig, String eventTime, boolean onlineEnabled, String onlineTopicName, String topicName, String notificationTopicName, OnlineConfig onlineConfig)