Package org.apache.flink.table.dataview
Class ListViewTypeInfo<T>
- java.lang.Object
-
- org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
-
- org.apache.flink.table.dataview.ListViewTypeInfo<T>
-
- Type Parameters:
T- element type
- All Implemented Interfaces:
Serializable
@Internal @Deprecated public class ListViewTypeInfo<T> extends org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
Deprecated.Type information forListView.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListViewTypeInfo(org.apache.flink.api.common.typeinfo.TypeInformation<T> elementType)Deprecated.ListViewTypeInfo(org.apache.flink.api.common.typeinfo.TypeInformation<T> elementType, boolean nullSerializer)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancanEqual(Object obj)Deprecated.org.apache.flink.api.common.typeutils.TypeSerializer<ListView<T>>createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config)Deprecated.booleanequals(Object obj)Deprecated.intgetArity()Deprecated.org.apache.flink.api.common.typeinfo.TypeInformation<T>getElementType()Deprecated.intgetTotalFields()Deprecated.Class<ListView<T>>getTypeClass()Deprecated.inthashCode()Deprecated.booleanisBasicType()Deprecated.booleanisKeyType()Deprecated.booleanisNullSerializer()Deprecated.booleanisTupleType()Deprecated.voidsetNullSerializer(boolean nullSerializer)Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
getElementType
public org.apache.flink.api.common.typeinfo.TypeInformation<T> getElementType()
Deprecated.
-
isNullSerializer
public boolean isNullSerializer()
Deprecated.
-
setNullSerializer
public void setNullSerializer(boolean nullSerializer)
Deprecated.
-
isBasicType
public boolean isBasicType()
Deprecated.
-
isTupleType
public boolean isTupleType()
Deprecated.
-
getArity
public int getArity()
Deprecated.
-
getTotalFields
public int getTotalFields()
Deprecated.
-
isKeyType
public boolean isKeyType()
Deprecated.
-
createSerializer
public org.apache.flink.api.common.typeutils.TypeSerializer<ListView<T>> createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config)
Deprecated.
-
toString
public String toString()
Deprecated.
-
equals
public boolean equals(Object obj)
Deprecated.
-
hashCode
public int hashCode()
Deprecated.
-
-