@Internal public class MapViewTypeInfoFactory<K,V> extends TypeInfoFactory<MapView<K,V>>
MapView
.Constructor and Description |
---|
MapViewTypeInfoFactory() |
Modifier and Type | Method and Description |
---|---|
TypeInformation<MapView<K,V>> |
createTypeInfo(Type t,
Map<String,TypeInformation<?>> genericParameters)
Creates type information for the type the factory is targeted for.
|
public TypeInformation<MapView<K,V>> createTypeInfo(Type t, Map<String,TypeInformation<?>> genericParameters)
TypeInfoFactory
createTypeInfo
in class TypeInfoFactory<MapView<K,V>>
t
- the exact type the type information is created for; might also be a subclass of
<T>genericParameters
- mapping of the type's generic type parameters to type information
extracted with Flink's type extraction facilities; null values indicate that type
information could not be extracted for this parameterCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.