Class ListViewSpec
- java.lang.Object
-
- org.apache.flink.table.runtime.dataview.DataViewSpec
-
- org.apache.flink.table.runtime.dataview.ListViewSpec
-
- All Implemented Interfaces:
Serializable
@Internal public class ListViewSpec extends DataViewSpec
Specification for aListView
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListViewSpec(String stateId, int fieldIndex, DataType dataType)
ListViewSpec(String stateId, int fieldIndex, DataType dataType, TypeSerializer<?> elementSerializer)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataType
getElementDataType()
Optional<TypeSerializer<?>>
getElementSerializer()
-
Methods inherited from class org.apache.flink.table.runtime.dataview.DataViewSpec
getDataType, getFieldIndex, getStateId
-
-
-
-
Constructor Detail
-
ListViewSpec
@Deprecated public ListViewSpec(String stateId, int fieldIndex, DataType dataType, TypeSerializer<?> elementSerializer)
Deprecated.
-
-
Method Detail
-
getElementDataType
public DataType getElementDataType()
-
getElementSerializer
public Optional<TypeSerializer<?>> getElementSerializer()
-
-