Class 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 for ListView.
    See Also:
    Serialized Form
    • Constructor Detail

      • ListViewTypeInfo

        public ListViewTypeInfo​(org.apache.flink.api.common.typeinfo.TypeInformation<T> elementType,
                                boolean nullSerializer)
        Deprecated.
      • ListViewTypeInfo

        public ListViewTypeInfo​(org.apache.flink.api.common.typeinfo.TypeInformation<T> elementType)
        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.
        Specified by:
        isBasicType in class org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
      • isTupleType

        public boolean isTupleType()
        Deprecated.
        Specified by:
        isTupleType in class org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
      • getArity

        public int getArity()
        Deprecated.
        Specified by:
        getArity in class org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
      • getTotalFields

        public int getTotalFields()
        Deprecated.
        Specified by:
        getTotalFields in class org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
      • getTypeClass

        public Class<ListView<T>> getTypeClass()
        Deprecated.
        Specified by:
        getTypeClass in class org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
      • isKeyType

        public boolean isKeyType()
        Deprecated.
        Specified by:
        isKeyType in class org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
      • createSerializer

        public org.apache.flink.api.common.typeutils.TypeSerializer<ListView<T>> createSerializer​(org.apache.flink.api.common.serialization.SerializerConfig config)
        Deprecated.
        Specified by:
        createSerializer in class org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
      • toString

        public String toString()
        Deprecated.
        Specified by:
        toString in class org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Specified by:
        equals in class org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
      • hashCode

        public int hashCode()
        Deprecated.
        Specified by:
        hashCode in class org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>
      • canEqual

        public boolean canEqual​(Object obj)
        Deprecated.
        Specified by:
        canEqual in class org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>>