public class UnsupportedProcessingTimeManager extends Object implements org.apache.flink.datastream.api.context.ProcessingTimeManager
ProcessingTimeManager, all its methods are not supported.
This is used for context that can not define the key.| Modifier and Type | Field and Description |
|---|---|
static UnsupportedProcessingTimeManager |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
long |
currentTime() |
void |
deleteTimer(long timestamp) |
void |
registerTimer(long timestamp) |
public static final UnsupportedProcessingTimeManager INSTANCE
public void registerTimer(long timestamp)
registerTimer in interface org.apache.flink.datastream.api.context.ProcessingTimeManagerpublic void deleteTimer(long timestamp)
deleteTimer in interface org.apache.flink.datastream.api.context.ProcessingTimeManagerpublic long currentTime()
currentTime in interface org.apache.flink.datastream.api.context.ProcessingTimeManagerCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.