Class MapViewTypeInfo<K,​V>

  • Type Parameters:
    K - key type
    V - value type
    All Implemented Interfaces:
    Serializable

    @Internal
    @Deprecated
    public class MapViewTypeInfo<K,​V>
    extends org.apache.flink.api.common.typeinfo.TypeInformation<MapView<K,​V>>
    Deprecated.
    TypeInformation for MapView.
    See Also:
    Serialized Form
    • Constructor Detail

      • MapViewTypeInfo

        public MapViewTypeInfo​(org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
                               org.apache.flink.api.common.typeinfo.TypeInformation<V> valueType,
                               boolean nullSerializer,
                               boolean nullAware)
        Deprecated.
      • MapViewTypeInfo

        public MapViewTypeInfo​(org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
                               org.apache.flink.api.common.typeinfo.TypeInformation<V> valueType)
        Deprecated.
    • Method Detail

      • getKeyType

        public org.apache.flink.api.common.typeinfo.TypeInformation<K> getKeyType()
        Deprecated.
      • getValueType

        public org.apache.flink.api.common.typeinfo.TypeInformation<V> getValueType()
        Deprecated.
      • isNullAware

        public boolean isNullAware()
        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<MapView<K,​V>>
      • isTupleType

        public boolean isTupleType()
        Deprecated.
        Specified by:
        isTupleType in class org.apache.flink.api.common.typeinfo.TypeInformation<MapView<K,​V>>
      • getArity

        public int getArity()
        Deprecated.
        Specified by:
        getArity in class org.apache.flink.api.common.typeinfo.TypeInformation<MapView<K,​V>>
      • getTotalFields

        public int getTotalFields()
        Deprecated.
        Specified by:
        getTotalFields in class org.apache.flink.api.common.typeinfo.TypeInformation<MapView<K,​V>>
      • getTypeClass

        public Class<MapView<K,​V>> getTypeClass()
        Deprecated.
        Specified by:
        getTypeClass in class org.apache.flink.api.common.typeinfo.TypeInformation<MapView<K,​V>>
      • isKeyType

        public boolean isKeyType()
        Deprecated.
        Specified by:
        isKeyType in class org.apache.flink.api.common.typeinfo.TypeInformation<MapView<K,​V>>
      • createSerializer

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

        public String toString()
        Deprecated.
        Specified by:
        toString in class org.apache.flink.api.common.typeinfo.TypeInformation<MapView<K,​V>>
      • equals

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

        public int hashCode()
        Deprecated.
        Specified by:
        hashCode in class org.apache.flink.api.common.typeinfo.TypeInformation<MapView<K,​V>>
      • canEqual

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