Uses of Interface
org.apache.flink.table.runtime.dataview.StateDataViewStore
Packages that use StateDataViewStore
Package
Description
-
Uses of StateDataViewStore in org.apache.flink.table.runtime.dataview
Classes in org.apache.flink.table.runtime.dataview that implement StateDataViewStoreModifier and TypeClassDescriptionfinal classDefault implementation ofStateDataViewStorethat currently forwards state registration to aRuntimeContext.final classAn implementation ofStateDataViewStorefor window aggregates which forwards the state registration to an underlyingKeyedStateBackend.final class -
Uses of StateDataViewStore in org.apache.flink.table.runtime.generated
Methods in org.apache.flink.table.runtime.generated with parameters of type StateDataViewStoreModifier and TypeMethodDescriptionvoidAggsHandleFunctionBase.open(StateDataViewStore store) Initialization method for the function.voidNamespaceAggsHandleFunctionBase.open(StateDataViewStore store) Initialization method for the function.