Uses of Class
org.apache.flink.table.connector.source.lookup.LookupOptions.LookupCacheType
-
Packages that use LookupOptions.LookupCacheType Package Description org.apache.flink.table.connector.source.lookup -
-
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.LookupCacheType Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<LookupOptions.LookupCacheType>LookupOptions. CACHE_TYPEMethods in org.apache.flink.table.connector.source.lookup that return LookupOptions.LookupCacheType Modifier and Type Method Description static LookupOptions.LookupCacheTypeLookupOptions.LookupCacheType. valueOf(String name)Returns 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.
-