@PublicEvolving
public static interface CacheReloadTrigger.Context
CacheReloadTrigger for getting information about times and triggering
reload.| 限定符和类型 | 方法和说明 |
|---|---|
long |
currentProcessingTime()
Returns the current processing time.
|
long |
currentWatermark()
Returns the current event-time watermark.
|
CompletableFuture<Void> |
triggerReload()
Trigger a reload operation on the cache.
|
long currentProcessingTime()
long currentWatermark()
CompletableFuture<Void> triggerReload()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.