Uses of Enum
org.apache.flink.table.connector.source.lookup.LookupOptions.ReloadStrategy
Packages that use LookupOptions.ReloadStrategy
-
Uses of LookupOptions.ReloadStrategy in org.apache.flink.table.connector.source.lookup
Fields in org.apache.flink.table.connector.source.lookup with type parameters of type LookupOptions.ReloadStrategyModifier and TypeFieldDescriptionstatic final org.apache.flink.configuration.ConfigOption<LookupOptions.ReloadStrategy>LookupOptions.FULL_CACHE_RELOAD_STRATEGYMethods in org.apache.flink.table.connector.source.lookup that return LookupOptions.ReloadStrategyModifier and TypeMethodDescriptionstatic LookupOptions.ReloadStrategyReturns the enum constant of this type with the specified name.static LookupOptions.ReloadStrategy[]LookupOptions.ReloadStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.