| Package | Description |
|---|---|
| org.apache.flink.table.connector.source.lookup | |
| org.apache.flink.table.connector.source.lookup.cache.trigger |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<PeriodicCacheReloadTrigger.ScheduleMode> |
LookupOptions.FULL_CACHE_PERIODIC_RELOAD_SCHEDULE_MODE |
| Modifier and Type | Method and Description |
|---|---|
static PeriodicCacheReloadTrigger.ScheduleMode |
PeriodicCacheReloadTrigger.ScheduleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodicCacheReloadTrigger.ScheduleMode[] |
PeriodicCacheReloadTrigger.ScheduleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PeriodicCacheReloadTrigger(java.time.Duration reloadInterval,
PeriodicCacheReloadTrigger.ScheduleMode scheduleMode) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.