T
- element type@Internal @Deprecated public class ListViewTypeInfo<T> extends TypeInformation<ListView<T>>
ListView
.Constructor and Description |
---|
ListViewTypeInfo(TypeInformation<T> elementType)
Deprecated.
|
ListViewTypeInfo(TypeInformation<T> elementType,
boolean nullSerializer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(Object obj)
Deprecated.
Returns true if the given object can be equaled with this object.
|
TypeSerializer<ListView<T>> |
createSerializer(ExecutionConfig config)
Deprecated.
Create
TypeSerializer for this type. |
TypeSerializer<ListView<T>> |
createSerializer(SerializerConfig config)
Deprecated.
Creates a serializer for the type.
|
boolean |
equals(Object obj)
Deprecated.
|
int |
getArity()
Deprecated.
Gets the arity of this type - the number of fields without nesting.
|
TypeInformation<T> |
getElementType()
Deprecated.
|
int |
getTotalFields()
Deprecated.
Gets the number of logical fields in this type.
|
Class<ListView<T>> |
getTypeClass()
Deprecated.
Gets the class of the type represented by this type information.
|
int |
hashCode()
Deprecated.
|
boolean |
isBasicType()
Deprecated.
Checks if this type information represents a basic type.
|
boolean |
isKeyType()
Deprecated.
Checks whether this type can be used as a key.
|
boolean |
isNullSerializer()
Deprecated.
|
boolean |
isTupleType()
Deprecated.
Checks if this type information represents a Tuple type.
|
void |
setNullSerializer(boolean nullSerializer)
Deprecated.
|
String |
toString()
Deprecated.
|
getGenericParameters, isSortKeyType, of, of
public ListViewTypeInfo(TypeInformation<T> elementType, boolean nullSerializer)
public ListViewTypeInfo(TypeInformation<T> elementType)
public TypeInformation<T> getElementType()
public boolean isNullSerializer()
public void setNullSerializer(boolean nullSerializer)
public boolean isBasicType()
TypeInformation
BasicTypeInfo
and are primitives, their boxing types, Strings, Date, Void, ...isBasicType
in class TypeInformation<ListView<T>>
public boolean isTupleType()
TypeInformation
isTupleType
in class TypeInformation<ListView<T>>
public int getArity()
TypeInformation
getArity
in class TypeInformation<ListView<T>>
public int getTotalFields()
TypeInformation
The total number of fields must be at least 1.
getTotalFields
in class TypeInformation<ListView<T>>
public Class<ListView<T>> getTypeClass()
TypeInformation
getTypeClass
in class TypeInformation<ListView<T>>
public boolean isKeyType()
TypeInformation
isKeyType
in class TypeInformation<ListView<T>>
public TypeSerializer<ListView<T>> createSerializer(SerializerConfig config)
TypeInformation
createSerializer
in class TypeInformation<ListView<T>>
config
- The config used to parameterize the serializer.public TypeSerializer<ListView<T>> createSerializer(ExecutionConfig config)
TypeInformation
TypeSerializer
for this type.createSerializer
in class TypeInformation<ListView<T>>
config
- the configuration of this job executionpublic String toString()
toString
in class TypeInformation<ListView<T>>
public boolean equals(Object obj)
equals
in class TypeInformation<ListView<T>>
public int hashCode()
hashCode
in class TypeInformation<ListView<T>>
public boolean canEqual(Object obj)
TypeInformation
canEqual
in class TypeInformation<ListView<T>>
obj
- Object which wants to take part in the equality relationCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.