Uses of Enum Class
com.streambase.sb.operator.parameter.HOCONConfigurationChooserPropertyDescriptor.ConfigurationType
Package
Description
Provides classes and interfaces to specify parameters for custom operators.
-
Uses of HOCONConfigurationChooserPropertyDescriptor.ConfigurationType in com.streambase.sb.operator.parameter
Modifier and TypeMethodDescriptionHOCONConfigurationChooserPropertyDescriptor.getType()
Gets the configuration type that would show up in a corresponding HOCON file.Returns the enum constant of this class with the specified name.HOCONConfigurationChooserPropertyDescriptor.ConfigurationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionHOCONConfigurationChooserPropertyDescriptor
(String propertyName, Class<?> beanClass, HOCONConfigurationChooserPropertyDescriptor.ConfigurationType type) Construct a JDBCConfigurationPropertyDescriptor with the given property name (unique), the class containing the operator, and theHOCONConfigurationChooserPropertyDescriptor.ConfigurationType
that describes which HOCON config type this operator/adapter should use.