Uses of Interface
org.apache.flink.table.runtime.dataview.StateDataViewStore
-
Packages that use StateDataViewStore Package Description org.apache.flink.table.runtime.dataview org.apache.flink.table.runtime.generated -
-
Uses of StateDataViewStore in org.apache.flink.table.runtime.dataview
Classes in org.apache.flink.table.runtime.dataview that implement StateDataViewStore Modifier and Type Class Description classPerKeyStateDataViewStoreDefault implementation ofStateDataViewStorethat currently forwards state registration to aRuntimeContext.classPerWindowStateDataViewStoreAn implementation ofStateDataViewStorefor window aggregates which forwards the state registration to an underlyingKeyedStateBackend.classUnsupportedStateDataViewStore -
Uses of StateDataViewStore in org.apache.flink.table.runtime.generated
Methods in org.apache.flink.table.runtime.generated with parameters of type StateDataViewStore Modifier and Type Method Description voidAggsHandleFunctionBase. open(StateDataViewStore store)Initialization method for the function.voidNamespaceAggsHandleFunctionBase. open(StateDataViewStore store)Initialization method for the function.
-