| Package | Description |
|---|---|
| org.apache.flink.table.connector.source.lookup | |
| org.apache.flink.table.connector.source.lookup.cache |
| Modifier and Type | Method and Description |
|---|---|
LookupCache |
PartialCachingLookupProvider.getCache()
Get a new instance of
LookupCache. |
LookupCache |
PartialCachingAsyncLookupProvider.getCache()
Get a new instance of
LookupCache. |
| Modifier and Type | Method and Description |
|---|---|
static PartialCachingAsyncLookupProvider |
PartialCachingAsyncLookupProvider.of(AsyncLookupFunction asyncLookupFunction,
LookupCache cache)
|
static PartialCachingLookupProvider |
PartialCachingLookupProvider.of(LookupFunction lookupFunction,
LookupCache cache)
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLookupCache
Default implementation of
LookupCache. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.