Class MapViewTypeInfo<K,V>

java.lang.Object
org.apache.flink.api.common.typeinfo.TypeInformation<MapView<K,V>>
org.apache.flink.table.dataview.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:
  • Constructor Summary

    Constructors
    Constructor
    Description
    MapViewTypeInfo(org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType, org.apache.flink.api.common.typeinfo.TypeInformation<V> valueType)
    Deprecated.
     
    MapViewTypeInfo(org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType, org.apache.flink.api.common.typeinfo.TypeInformation<V> valueType, boolean nullSerializer, boolean nullAware)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     
    org.apache.flink.api.common.typeutils.TypeSerializer<MapView<K,V>>
    createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config)
    Deprecated.
     
    boolean
    Deprecated.
     
    int
    Deprecated.
     
    org.apache.flink.api.common.typeinfo.TypeInformation<K>
    Deprecated.
     
    int
    Deprecated.
     
    Deprecated.
     
    org.apache.flink.api.common.typeinfo.TypeInformation<V>
    Deprecated.
     
    int
    Deprecated.
     
    boolean
    Deprecated.
     
    boolean
    Deprecated.
     
    boolean
    Deprecated.
     
    boolean
    Deprecated.
     
    boolean
    Deprecated.
     
    void
    setNullSerializer(boolean nullSerializer)
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class org.apache.flink.api.common.typeinfo.TypeInformation

    getGenericParameters, isSortKeyType, of, of

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • 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 Details

    • 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>>