Uses of Interface
org.apache.flink.api.common.operators.ProcessingTimeService.ProcessingTimeCallback
-
Packages that use ProcessingTimeService.ProcessingTimeCallback Package Description org.apache.flink.api.common.operators -
-
Uses of ProcessingTimeService.ProcessingTimeCallback in org.apache.flink.api.common.operators
Methods in org.apache.flink.api.common.operators with parameters of type ProcessingTimeService.ProcessingTimeCallback Modifier and Type Method Description ScheduledFuture<?>ProcessingTimeService. registerTimer(long timestamp, ProcessingTimeService.ProcessingTimeCallback target)Registers a task to be executed when (processing) time istimestamp.
-