Class MapViewSpec
java.lang.Object
org.apache.flink.table.runtime.dataview.DataViewSpec
org.apache.flink.table.runtime.dataview.MapViewSpec
- All Implemented Interfaces:
Serializable
Specification for a
MapView.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMapViewSpec(String stateId, int fieldIndex, org.apache.flink.table.types.DataType dataType, boolean containsNullKey) MapViewSpec(String stateId, int fieldIndex, org.apache.flink.table.types.DataType dataType, boolean containsNullKey, org.apache.flink.api.common.typeutils.TypeSerializer<?> keySerializer, org.apache.flink.api.common.typeutils.TypeSerializer<?> valueSerializer) Deprecated. -
Method Summary
Methods inherited from class org.apache.flink.table.runtime.dataview.DataViewSpec
getDataType, getFieldIndex, getStateId
-
Constructor Details
-
MapViewSpec
public MapViewSpec(String stateId, int fieldIndex, org.apache.flink.table.types.DataType dataType, boolean containsNullKey) -
MapViewSpec
@Deprecated public MapViewSpec(String stateId, int fieldIndex, org.apache.flink.table.types.DataType dataType, boolean containsNullKey, org.apache.flink.api.common.typeutils.TypeSerializer<?> keySerializer, org.apache.flink.api.common.typeutils.TypeSerializer<?> valueSerializer) Deprecated.
-
-
Method Details
-
getKeyDataType
public org.apache.flink.table.types.DataType getKeyDataType() -
getValueDataType
public org.apache.flink.table.types.DataType getValueDataType() -
getKeySerializer
-
getValueSerializer
-
containsNullKey
public boolean containsNullKey()
-