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