| Package | Description |
|---|---|
| org.apache.flink.table.connector.source.lookup |
| Class and Description |
|---|
| AsyncLookupFunctionProvider
A provider for creating
AsyncLookupFunction. |
| FullCachingLookupProvider
A
LookupFunctionProvider that never lookup in external system on cache miss and provides
a cache for holding all entries in the external system. |
| LookupFunctionProvider
A provider for creating
LookupFunction. |
| LookupOptions.LookupCacheType
Types of the lookup cache.
|
| LookupOptions.ReloadStrategy
Defines which
CacheReloadTrigger to use. |
| PartialCachingAsyncLookupProvider
Provider for creating
AsyncLookupFunction and LookupCache for storing lookup
entries. |
| PartialCachingLookupProvider
Provider for creating
LookupFunction and LookupCache for storing lookup entries. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.