Uses of Class
org.apache.flink.table.connector.source.lookup.cache.DefaultLookupCache.Builder
Packages that use DefaultLookupCache.Builder
-
Uses of DefaultLookupCache.Builder in org.apache.flink.table.connector.source.lookup.cache
Methods in org.apache.flink.table.connector.source.lookup.cache that return DefaultLookupCache.BuilderModifier and TypeMethodDescriptionDefaultLookupCache.Builder.cacheMissingKey(boolean cacheMissingKey) Specifies whether to cache empty value into the cache.DefaultLookupCache.Builder.expireAfterAccess(Duration duration) Specifies the duration after an entry is last accessed that it should be automatically removed.DefaultLookupCache.Builder.expireAfterWrite(Duration duration) Specifies the duration after an entry is created that it should be automatically removed.DefaultLookupCache.Builder.maximumSize(long maximumSize) Specifies the maximum number of entries of the cache.static DefaultLookupCache.BuilderDefaultLookupCache.newBuilder()Creates a builder for the cache.