| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.connector.source.lookup | |
| org.apache.flink.table.connector.source.lookup.cache |
| 限定符和类型 | 方法和说明 |
|---|---|
LookupCache |
PartialCachingAsyncLookupProvider.getCache()
Get a new instance of
LookupCache. |
LookupCache |
PartialCachingLookupProvider.getCache()
Get a new instance of
LookupCache. |
| 限定符和类型 | 方法和说明 |
|---|---|
static PartialCachingAsyncLookupProvider |
PartialCachingAsyncLookupProvider.of(AsyncLookupFunction asyncLookupFunction,
LookupCache cache)
|
static PartialCachingLookupProvider |
PartialCachingLookupProvider.of(LookupFunction lookupFunction,
LookupCache cache)
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultLookupCache
Default implementation of
LookupCache. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.