public interface CleanupState
ProcessFunction and CoProcessFunction.| Modifier and Type | Method and Description |
|---|---|
default void |
registerProcessingCleanupTimer(org.apache.flink.api.common.state.ValueState<Long> cleanupTimeState,
long currentTime,
long minRetentionTime,
long maxRetentionTime,
org.apache.flink.streaming.api.TimerService timerService) |
default void registerProcessingCleanupTimer(org.apache.flink.api.common.state.ValueState<Long> cleanupTimeState, long currentTime, long minRetentionTime, long maxRetentionTime, org.apache.flink.streaming.api.TimerService timerService) throws Exception
ExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.