| Package | Description |
|---|---|
| org.apache.flink.table.connector.source.lookup | |
| org.apache.flink.table.connector.source.lookup.cache.trigger |
| Modifier and Type | Method and Description |
|---|---|
CacheReloadTrigger |
FullCachingLookupProvider.getCacheReloadTrigger()
Get a
CacheReloadTrigger for triggering the reload operation. |
| Modifier and Type | Method and Description |
|---|---|
static FullCachingLookupProvider |
FullCachingLookupProvider.of(ScanTableSource.ScanRuntimeProvider scanRuntimeProvider,
CacheReloadTrigger cacheReloadTrigger)
Build a
FullCachingLookupProvider from the specified ScanTableSource.ScanRuntimeProvider and CacheReloadTrigger. |
| Modifier and Type | Class and Description |
|---|---|
class |
PeriodicCacheReloadTrigger
A trigger that reloads cache entries periodically with specified interval and
PeriodicCacheReloadTrigger.ScheduleMode. |
class |
TimedCacheReloadTrigger
A trigger that reloads at a specific time and repeats for the given interval in days.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.