Uses of Interface
org.apache.flink.runtime.state.KeyedStateBackend.KeySelectionListener
-
Packages that use KeyedStateBackend.KeySelectionListener Package Description org.apache.flink.runtime.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.
-