@Experimental
public interface ProcessingTimeManager
| Modifier and Type | Method and Description |
|---|---|
long |
currentTime()
Get the current processing time.
|
void |
deleteTimer(long timestamp)
Deletes the processing-time timer with the given trigger timestamp.
|
void |
registerTimer(long timestamp)
Register a processing timer for this process function.
|
void registerTimer(long timestamp)
timestamp - to trigger timer callback.void deleteTimer(long timestamp)
timestamp - indicates the timestamp of the timer to delete.long currentTime()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.