@Internal @Deprecated public class ListViewTypeInfoFactory<T> extends TypeInfoFactory<ListView<T>>
ListView
.Constructor and Description |
---|
ListViewTypeInfoFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TypeInformation<ListView<T>> |
createTypeInfo(Type t,
Map<String,TypeInformation<?>> genericParameters)
Deprecated.
Creates type information for the type the factory is targeted for.
|
public TypeInformation<ListView<T>> createTypeInfo(Type t, Map<String,TypeInformation<?>> genericParameters)
TypeInfoFactory
createTypeInfo
in class TypeInfoFactory<ListView<T>>
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–2024 The Apache Software Foundation. All rights reserved.