SharedBufferNodeSerializer instead.@Deprecated public static class SharedBufferNode.SharedBufferNodeSerializer extends org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<SharedBufferNode>
SharedBufferNode.
This serializer had to be deprecated and you cannot directly migrate to the newer version.
The new structure requires additional information from other nodes. The migration happens in
SharedBuffer.migrateOldState(KeyedStateBackend, ValueState).
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot
已过时。
Serializer configuration snapshot for compatibility and format evolution.
|
| 构造器和说明 |
|---|
SharedBufferNodeSerializer()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
copy(org.apache.flink.core.memory.DataInputView source,
org.apache.flink.core.memory.DataOutputView target)
已过时。
|
SharedBufferNode |
copy(SharedBufferNode from)
已过时。
|
SharedBufferNode |
copy(SharedBufferNode from,
SharedBufferNode reuse)
已过时。
|
SharedBufferNode |
createInstance()
已过时。
|
SharedBufferNode |
deserialize(org.apache.flink.core.memory.DataInputView source)
已过时。
|
SharedBufferNode |
deserialize(SharedBufferNode reuse,
org.apache.flink.core.memory.DataInputView source)
已过时。
|
int |
getLength()
已过时。
|
boolean |
isImmutableType()
已过时。
|
void |
serialize(SharedBufferNode record,
org.apache.flink.core.memory.DataOutputView target)
已过时。
|
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SharedBufferNode> |
snapshotConfiguration()
已过时。
|
public boolean isImmutableType()
isImmutableType 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>public SharedBufferNode createInstance()
createInstance 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>public SharedBufferNode copy(SharedBufferNode from)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>public SharedBufferNode copy(SharedBufferNode from, SharedBufferNode reuse)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>public int getLength()
getLength 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>public void serialize(SharedBufferNode record, org.apache.flink.core.memory.DataOutputView target) throws IOException
serialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>IOExceptionpublic SharedBufferNode deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>IOExceptionpublic SharedBufferNode deserialize(SharedBufferNode reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>IOExceptionpublic void copy(org.apache.flink.core.memory.DataInputView source,
org.apache.flink.core.memory.DataOutputView target)
throws IOException
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>IOExceptionpublic org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SharedBufferNode> snapshotConfiguration()
snapshotConfiguration 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.