Uses of Interface
org.apache.flink.runtime.state.KeyedStateBackend.KeySelectionListener
-
Packages that use KeyedStateBackend.KeySelectionListener Package Description org.apache.flink.runtime.state org.apache.flink.streaming.api.operators.sorted.state -
-
Uses of KeyedStateBackend.KeySelectionListener in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type KeyedStateBackend.KeySelectionListener Modifier and Type Method Description booleanAbstractKeyedStateBackend. deregisterKeySelectionListener(KeyedStateBackend.KeySelectionListener<K> listener)booleanKeyedStateBackend. deregisterKeySelectionListener(KeyedStateBackend.KeySelectionListener<K> listener)Stop calling listener registered inKeyedStateBackend.registerKeySelectionListener(org.apache.flink.runtime.state.KeyedStateBackend.KeySelectionListener<K>).voidAbstractKeyedStateBackend. registerKeySelectionListener(KeyedStateBackend.KeySelectionListener<K> listener)voidKeyedStateBackend. registerKeySelectionListener(KeyedStateBackend.KeySelectionListener<K> listener)State backend will callkeySelected(K)when key context is switched if supported. -
Uses of KeyedStateBackend.KeySelectionListener in org.apache.flink.streaming.api.operators.sorted.state
Classes in org.apache.flink.streaming.api.operators.sorted.state that implement KeyedStateBackend.KeySelectionListener Modifier and Type Class Description classBatchExecutionInternalTimeServiceManager<K>An implementation of aInternalTimeServiceManagerthat manages timers with a single active key at a time.Methods in org.apache.flink.streaming.api.operators.sorted.state with parameters of type KeyedStateBackend.KeySelectionListener Modifier and Type Method Description booleanBatchExecutionKeyedStateBackend. deregisterKeySelectionListener(KeyedStateBackend.KeySelectionListener<K> listener)voidBatchExecutionKeyedStateBackend. registerKeySelectionListener(KeyedStateBackend.KeySelectionListener<K> listener)
-