| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.dataview |
| 限定符和类型 | 方法和说明 |
|---|---|
ListView<T> |
ListViewSerializer.copy(ListView<T> from)
已过时。
|
ListView<T> |
ListViewSerializer.copy(ListView<T> from,
ListView<T> reuse)
已过时。
|
ListView<T> |
ListViewSerializer.createInstance()
已过时。
|
ListView<T> |
ListViewSerializer.deserialize(org.apache.flink.core.memory.DataInputView source)
已过时。
|
ListView<T> |
ListViewSerializer.deserialize(ListView<T> reuse,
org.apache.flink.core.memory.DataInputView source)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.common.typeutils.TypeSerializer<ListView<T>> |
ListViewTypeInfo.createSerializer(org.apache.flink.api.common.ExecutionConfig config)
已过时。
|
org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>> |
ListViewTypeInfoFactory.createTypeInfo(Type t,
Map<String,org.apache.flink.api.common.typeinfo.TypeInformation<?>> genericParameters)
已过时。
|
org.apache.flink.api.common.typeutils.TypeSerializer<ListView<T>> |
ListViewSerializer.duplicate()
已过时。
|
Class<ListView<T>> |
ListViewTypeInfo.getTypeClass()
已过时。
|
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<ListView<T>> |
ListViewSerializer.snapshotConfiguration()
已过时。
|
<U> org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<ListView<T>> |
ListViewSerializer.transformLegacySerializerSnapshot(org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<U> legacySnapshot)
已过时。
We need to override this as a
LegacySerializerSnapshotTransformer because in Flink
1.6.x and below, this serializer was incorrectly returning directly the snapshot of the
nested list serializer as its own snapshot. |
| 限定符和类型 | 方法和说明 |
|---|---|
ListView<T> |
ListViewSerializer.copy(ListView<T> from)
已过时。
|
ListView<T> |
ListViewSerializer.copy(ListView<T> from,
ListView<T> reuse)
已过时。
|
ListView<T> |
ListViewSerializer.copy(ListView<T> from,
ListView<T> reuse)
已过时。
|
ListView<T> |
ListViewSerializer.deserialize(ListView<T> reuse,
org.apache.flink.core.memory.DataInputView source)
已过时。
|
void |
ListViewSerializer.serialize(ListView<T> record,
org.apache.flink.core.memory.DataOutputView target)
已过时。
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.