Package org.apache.flink.table.dataview
Class MapViewTypeInfoFactory<K,V>
- java.lang.Object
-
- org.apache.flink.api.common.typeinfo.TypeInfoFactory<MapView<K,V>>
-
- org.apache.flink.table.dataview.MapViewTypeInfoFactory<K,V>
-
@Internal @Deprecated public class MapViewTypeInfoFactory<K,V> extends org.apache.flink.api.common.typeinfo.TypeInfoFactory<MapView<K,V>>
Deprecated.TypeInformation factory forMapView.
-
-
Constructor Summary
Constructors Constructor Description MapViewTypeInfoFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.flink.api.common.typeinfo.TypeInformation<MapView<K,V>>createTypeInfo(Type t, Map<String,org.apache.flink.api.common.typeinfo.TypeInformation<?>> genericParameters)Deprecated.
-