Uses of Class
org.apache.flink.configuration.ConfigOptions.TypedConfigOptionBuilder
Packages that use ConfigOptions.TypedConfigOptionBuilder
-
Uses of ConfigOptions.TypedConfigOptionBuilder in org.apache.flink.configuration
Methods in org.apache.flink.configuration that return ConfigOptions.TypedConfigOptionBuilderModifier and TypeMethodDescriptionConfigOptions.OptionBuilder.booleanType()Defines that the value of the option should be ofBooleantype.ConfigOptions.OptionBuilder.doubleType()Defines that the value of the option should be ofDoubletype.ConfigOptions.OptionBuilder.durationType()Defines that the value of the option should be ofDurationtype.<T extends Enum<T>>
ConfigOptions.TypedConfigOptionBuilder<T>Defines that the value of the option should be ofEnumtype.ConfigOptions.OptionBuilder.floatType()Defines that the value of the option should be ofFloattype.ConfigOptions.OptionBuilder.intType()Defines that the value of the option should be ofIntegertype.ConfigOptions.OptionBuilder.longType()Defines that the value of the option should be ofLongtype.ConfigOptions.OptionBuilder.mapType()Defines that the value of the option should be a set of properties, which can be represented asMap<String, String>.ConfigOptions.OptionBuilder.memoryType()Defines that the value of the option should be ofMemorySizetype.ConfigOptions.OptionBuilder.stringType()Defines that the value of the option should be ofStringtype.