@PublicEvolving public static interface CacheReloadTrigger.Context
CacheReloadTrigger
for getting information about times and triggering
reload.Modifier and Type | Method and Description |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.