Package org.apache.flink.table.runtime.dataview
package org.apache.flink.table.runtime.dataview
-
ClassDescriptionInformation about a
DataViewstored in state.Specification for aListView.Specification for aMapView.NullAwareMapIterator<K,V> AnIteratorimplementation that iterate on a map iterator and a null entry.A Map Entry that the entry key is always null.Default implementation ofStateDataViewStorethat currently forwards state registration to aRuntimeContext.An implementation ofStateDataViewStorefor window aggregates which forwards the state registration to an underlyingKeyedStateBackend.ADataViewwhich is implemented using state backend.This interface contains methods for registeringStateDataViewwith a managed store.StateListView<N,EE> StateListViewis aListViewwhich is implemented using state backends.StateListView.KeyedStateListViewis an default implementation ofStateListViewwhose underlying representation is a keyed state.StateListView.NamespacedStateListViewis anStateListViewwhose underlying representation is a keyed and namespaced state.StateMapView<N,EK, EV> MapViewwhich is implemented using state backends.A stateMapViewwhich does not support nullable keys and namespace.A stateMapViewwhich supports nullable keys but does not support namespace.A stateMapViewwhich supports namespace but does not support nullable keys.A stateMapViewwhich supports nullable keys and namespace.