Uses of Interface
org.apache.flink.runtime.state.KeyedStateBackend.KeySelectionListener
Packages that use KeyedStateBackend.KeySelectionListener
Package
Description
-
Uses of KeyedStateBackend.KeySelectionListener in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type KeyedStateBackend.KeySelectionListenerModifier and TypeMethodDescriptionbooleanAbstractKeyedStateBackend.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.KeySelectionListenerModifier and TypeClassDescriptionclassAn 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.KeySelectionListenerModifier and TypeMethodDescriptionbooleanBatchExecutionKeyedStateBackend.deregisterKeySelectionListener(KeyedStateBackend.KeySelectionListener<K> listener) voidBatchExecutionKeyedStateBackend.registerKeySelectionListener(KeyedStateBackend.KeySelectionListener<K> listener)